Help for this page

Select Code to Download


  1. or download this
    my %kill;
    @kill{'00020123837', '00020123839'} = ();
    ...
        my($serial) = split /,/;
        print unless exists $kill{$serial};
    }
    
  2. or download this
    perl -n -i.orig -e 'BEGIN{@kill{"00020123837","00020123839"}=()} my($s
    +erial)=split/,/; print unless exists $kill{$serial}' myhugefile.txt