Copyright © tutorialspoint.com
Syntax
Definition and UsageDeletes the specified keys and associated values from a hash, or the specified elements from an array. The operation works on individual elements or slices. Return Value
ExampleThe following (inefficiently) deletes all the values of %HASH and @ARRAY:
And so do these:
|
Copyright © tutorialspoint.com