Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        # working hard
        # but never using the hashes again
    }
    
  2. or download this
    my $res = my_func( \%hash );
    # not: my_func( %hash );