Help for this page

Select Code to Download


  1. or download this
            Library (
                      0 -> [all the data from the file which starts with a
    + value
    ...
                      7 -> [all the data from the file which starts with a
    + value
                            between 7n and 8n]
                     );
    
  2. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
    
    # To verify we have the ordering we wanted:
    print STDERR Dumper(@Library);