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

Reply via email to