in reply to Help with a regex
#!/usr/bin/perl my $string="testing.123"; $string =~ /\.([0-9]+)$/; $result = $1; print "$result\n"; [download]
www.com | www.net | www.org
No recent polls found