On Sun Oct 30 01:34:29 2011, rvtol+usenet@isolution.nl wrote:
> Bareword "DBI::" refers to nonexistent package at -e line 4.
>
Can we get rid of that warning? It occurs all the time for me in cases
like this:
package Foo;
...
$x = Foo::Subpackage::->new()
...
package Foo::Subpackage;
...
So all it does is discourage good practices.
--
Father Chrysostomos
Thread Previous
|
Thread Next