Help for this page

Select Code to Download


  1. or download this
    
    use Getopt::Long;
    ...
    $, = $\ = $/;
    print grep { chomp; not exists $del{$_} } <>;
    
  2. or download this
    perl this_script.pl -f A < B > C