in reply to Disable Perl warning
Probably not the best way, but you could check which server you are on and then do:
unless ($main_server) { use warnings; }
Edit: As pointed out below, definitely not the way to do it!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Disable Perl warning
by davido (Cardinal) on Nov 26, 2012 at 06:51 UTC | |
|
Re^2: Disable Perl warning
by zwon (Abbot) on Nov 26, 2012 at 06:44 UTC |