foreach (split(/\n/, $str)) { if (/START/../END/) { next if /START/ || /END/; print; }}
Comment feed for this post