Help for this page

Select Code to Download


  1. or download this
    my $dir = '/Path/to/a/data/directory';
    
    ...
        }
    }
    
  2. or download this
        while ( my $line = <$FH> ) {
            next if $line =~ /^#/ || $line !~ /\S/;
    ...
            $hash{ $file }{ $key } = \@values;
        }