Help for this page

Select Code to Download


  1. or download this
    {
        local $/ = '***END***';
    ...
           print if ( /mykeyword2|mykeyword4/ );
        }
    }
    
  2. or download this
         local $/ = "***END***\n";  # or "***END***\r\n"
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    again several lines
    containing target data
    ***END***