in reply to Re: mysql error
in thread mysql error

The best I can tell, $ENV{PERL5LIB} is empty. @e = $ENV{PERL5LIB}; $n = @e; $l = length(@e); print "l = $l
\n"; print "n= $n
\n"; print "@e"; print "
\n"; This returns nothing either from my browser or the command line.