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: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/


Reply via email to