Help for this page
if($_=~/$start_pattern/i) { ... { print "$_\n"; }
if(/$start_pattern/i .. /$end_pattern/i) { print "$_\n"; }