Help for this page

Select Code to Download


  1. or download this
    #! /bin/perl
    
    ...
            my $code = '$hash->' . join('->', map { "{$_}" } @keys);
            return eval $code;
            }
    
  2. or download this
    ==> Fetching [wheels]
    $VAR1 = {
    ...
    
    ==> Fetching [wheels, four, truck, utility, blah]
    $VAR1 = undef;