此函数从散列或数组中的指定元素中删除指定的键和关联值。 该操作适用于单个元素或切片。
以下是此函数的简单语法 -
delete LIST
如果密钥不存在,则此函数返回undef,并且与已删除的散列键或数组索引关联的值。
<!--Following is the example code showing its basic usage, it deletes all the values of %HASH and @ARRAY −
When above code is executed, it produces the following result −
-->