Help for this page
use warnings; use strict; ... script end foo
if (/start/i .. /end/i) { print unless /start/i or /end/i; }