Help for this page

Select Code to Download


  1. or download this
    my @array = split /(?=\breplace\s*\()/, 'chunk1 replace(123\) ) chunk3
    + "Hello replace me"  more stuff'; 
    my @lotsa_chunks;
    ...
      return @chunks;
    }
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    See the "GNU General Public License" for more details.
    
    =cut