In my startup.pl I have BEGIN { no warnings qw(deprecated); use Apache::DBI; } yet when starting the server I always see defined(@array) is deprecated at /usrl1/home/pweiss/perl-56/lib/site_perl/5.6.0/Apache/DBI.pm line 135. (Maybe you should just omit the defined()?) Shouldn't 'no warnings' suppress this? -P
- Re: Deprecated warnings in Apache::DBI Paul G. Weiss
- Re: Deprecated warnings in Apache::DBI Ken Williams
- RE: Deprecated warnings in Apache::DBI Paul G. Weiss
- RE: Deprecated warnings in Apache::DBI Ken Williams