Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
       $filedata{$file} = \@data;
    }
    print Dumper(\%filedata);
    
  2. or download this
    $VAR1 = {
              'test/bb' => [
    ...
                             '1.5'
                           ]
            };