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