Help for this page

Select Code to Download


  1. or download this
    my $foo = { 
      testing => bar,
      test => test2,
      something => test3
    }
    
  2. or download this
    foreach (qw/fields here to delete/) {
       delete $foo->{$_};
    }