Help for this page

Select Code to Download


  1. or download this
                                      
    $VAR1 = {
      'eggputing-sk.gif' => {
    ...
        }
      }
    };
    
  2. or download this
    foreach my $filename (keys %found) {
      foreach my $fullfile (sort keys %{ $found{$filename}}) {
    ...
      print "Press <enter> to continue";
      <STDIN>;
    }