Help for this page

Select Code to Download


  1. or download this
    LINE:
        while (<>) {
    ...
        } continue {
            print or die "-p destination: $!\n"; 
        }
    
  2. or download this
    perl -pe 'if($_ eq "\n"){$n=1;next;} if($n){$n=0;next;}else{s/# file/\
    +n# file/;}' data1.txt