Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    sub ret_hash {my %hash; return \%hash;}
    sub ret_array {my @array; return \@array;}
    
  2. or download this
    HASH
    ARRAY
    ...
    ARRAY
    ><
    SCALAR