lemur:~ 731> perl -le '$_ = "1234\n"; print "You sure?" if /^\d+$/' You sure? lemur:~ 732> [download]
In reply to Re^2: Validating numeric input by Fletch in thread Validating numeric input by Kaire