in reply to
Re: Breaking String
in thread
Breaking String
This code splits the second line in the middle of the word "characters". On the other hand, if you use the same regex as in the first match, it seems to work.
PJ
use strict; use warnings; use diagnostics;
Comment on
Re^2: Breaking String
In Section
Seekers of Perl Wisdom