Help for this page

Select Code to Download


  1. or download this
            if($_=~/$start_pattern/i)
            {
    ...
            {
                print "$_\n";
            }
    
  2. or download this
            if(/$start_pattern/i .. /$end_pattern/i)
            {
                print "$_\n";
            }