in reply to Re: Parsing a string for sorting
in thread Parsing a string for sorting
There. Now there's no chance that "012xxx345xxx678" will try to verify the 345 and 678, as it would for the split example (not to mention passing the xxx parts to verify.verify($_) for $string =~ /\G(\d{3})/g;
-- Randal L. Schwartz, Perl hacker
|
|---|