Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        delete $find{$.};
        last unless keys %find;
    }
    
  2. or download this
    perl -ne "BEGIN{open I, '<', shift(@ARGV); while(<I>){ @find{$_ .. $_+
    +2}=();}} next unless exists $find{$.}; print; delete $find{$.} last u
    +nless keys %find;"