raphael() wrote:

( my $ip ) = $last_page =~ m/[\d.]+/g

The \d matches 200+ codepoints, so if you want to match only 0-9, then use [0-9.].

--
Ruud

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to