Help for this page

Select Code to Download


  1. or download this
    #! /bin/perl
    
    use Data::Dumper;
    ...
            my $command_string = 'print Dumper $hash->' . '{shift @keys}' 
    +x scalar @keys;
            eval "$command_string";
            }
    
  2. or download this
    $ perl  deep.pl
    ==> Fetching [wheels]
    $VAR1 = {
    ...
    ==> Fetching [wheels, four, truck, utility, corp, dom]
    $VAR1 = 'dominion power';