my $thing = '12340019'; my @splat = $thing =~ m/\d{4}/g; [download]
my $num = '0019'; $num = int $num; [download]
In reply to Re: Problem With Split by tinita in thread Problem With Split by debiandude