Help for this page

Select Code to Download


  1. or download this
            100!100!key!date!2..
            100!100!key!store!
    ...
            505!blah
            180!137!
            190!138!
    
  2. or download this
    my @array  = (all that stuff above);
       @array  = map { $_[0] = (split(/\!/,$_))[0]; }
                 sort { $a <=> $b; } @array;
    
  3. or download this
            1
            100
    ...
            500
            503
            505
    
  4. or download this
            1
            100!100!key!date!2..
    ...
            500!blah
            503!blah
            505!blah