db2admin has asked for the wisdom of the Perl Monks concerning the following question:
Use of uninitialized value in exec at /usr/lib/perl5/site_perl/5.6.0/Mail/Mailer/sendmail.pm line 16.
I placed the following code in my Perl program, but it does not seem to affect external modules such as sendmail...
no warnings qw(all);
The above code does work for the code immediately in my programs.
Does anyone know if there is a global configuration to turn off these warnings (i.e. outside of a single perl program)?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Receiving warnings in browser
by PodMaster (Abbot) on Jun 05, 2004 at 07:00 UTC | |
by db2admin (Acolyte) on Jun 05, 2004 at 17:35 UTC | |
by PodMaster (Abbot) on Jun 05, 2004 at 20:14 UTC | |
|
Re: Receiving warnings in browser
by hsinclai (Deacon) on Jun 05, 2004 at 17:04 UTC |