in reply to Re: Data type validation using regular expressions
in thread Data type validation using regular expressions
use warnings; # Already on with -w, but doesn't hurt to be explicitHow is -w less explicit than use warnings;, as far as enabling warning is concerned?
Open source softwares? Share and enjoy. Make profit from them if you can. Yet, share and enjoy!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Data type validation using regular expressions
by liverpole (Monsignor) on May 27, 2007 at 22:27 UTC | |
by naikonta (Curate) on May 28, 2007 at 02:03 UTC |