Did you want integers?
my $thing = '12340019'; my @splat = map {int $_} $thing =~ /(\d{4})/g [download]
In reply to Re: Problem With Split by pbeckingham in thread Problem With Split by debiandude