Help for this page
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] );
#!/usr/local/bin/perl -w use strict; ... # To verify we have the ordering we wanted: print STDERR Dumper(@Library);