http://qs321.pair.com?node_id=610914


in reply to Re: Help with regex, how to get the largest integer in a string?
in thread Help with regex, how to get the largest integer in a string?

Just a question: What is the lookahead needed for?
It seems to mee that
my @arr = split /(\D+)/, $s;
works as well.
Max