Help for this page

Select Code to Download


  1. or download this
    my %hash = ();
    $hash{foo} = [qw/bar/];
    
  2. or download this
    sub some_func {
      my $args = shift; 
    }
    some_func( { foo => 'bar' } );