Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
            push @$out, $_ unless /$delete/;
        }    
    }
    
  2. or download this
    # Strictures are really important
    # Strictures are really important
    ...
        print $NEW @$inLines;
        close ($NEW);
            s/$find/$replace/g;