Help for this page

Select Code to Download


  1. or download this
    sub f {
      my %args = do { ref($_=shift) eq 'HASH' or die "arg is not a hashref
    +"; %$_ } ;
      ...
    }