http://www.perlmonks.org?node_id=717849


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;