Help for this page
print unless ( /START context/ or /\* End context \*/ );
{ local $/ = "* End Context *\n"; ... chomp @info; print "$_\n" foreach @info }