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