Help for this page

Select Code to Download


  1. or download this
    my $l;        # all these three variables should probably better decla
    +red within the 
    my @vals;     # while loop. Only %pairs probably need to be declared b
    +efore the while
    ...
            delete $pairs{$vals[1]};
        }
    }
    
  2. or download this
    use strict;
    use warnings;