Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    } ## end foreach my $filename (qw/one.txt two.txt three.txt/)
    
    print dump( \%data );
    
  2. or download this
    one.txt
    chromosome1 50000 12 20
    ...
    .
    .
    (there would be 5million lines of the above)