Which of the following erases all entries in the %h hash?
undef %h;
delete %h;
%h = {};
%h = ();
delete keys(%h);
QuizBucket
© 2017 QuizBucket.org