On Sat, 2 Feb 2002, Brett W. McCoy wrote: > > return 1 unless ($Bid_Amount =~ [/d/] ); > > Your regular expression should be /[0-9]/
Or rather, /\D/ if you are matching against non-numerical values.
-- Brett
http://www.chapelperilous.net/
------------------------------------------------------------------------
BOFH excuse #74:
You're out of memory
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
