Help for this page

Select Code to Download


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