Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    while (<>) {
    @tmp = split(/,/);
    ...
    @sorted = sort { $a->[6] cmp $b->[6] } @failures;
    for $array_ref ( @sorted ) {
    print "@$array_ref \n" ;
    
  2. or download this
    #!/usr/bin/perl
    while (<>) {
    @tmp = split;
    ...
    ;}
                                            }
    print "\n";