Help for this page

Select Code to Download


  1. or download this
    sub get_big_arrayref {
       # blah blah blah
    ...
           # whatever
       }
    }
    
  2. or download this
       for my $i (0 .. $#$big_arrayref) {
    
  3. or download this
       while ( my($key, $value) = each %$big_hashrerf ) {