Help for this page

Select Code to Download


  1. or download this
     
    use strict;
    use warnings;
    ...
            print $line 
        }
    }
    
  2. or download this
     
    perl -ne 'BEGIN{$count = @ARGV}; $seen{$_}{$ARGV}=1; END{while( ($line
    +, $by_whom) = each %seen){ print $line if $count == keys %$by_whom}} 
    +'