Help for this page
#!/usr/bin/perl -w use strict; ... while(( $k, $v) = each %hash ) { delete $hash{$k}; }