Regular Expression Perl

$text = "Hello!";
if ($text =~ /\D/) {print "It's not a number.";}