On Mon, Dec 01, 2003 at 11:14:16AM +0200, Afgin Shlomit wrote:
> I install Apache 2.0.48 and modperl 1.99_10 I moved scripts that run okay
> before with older versions. When I run my script I get the error:
> an't use string ("") as a HASH ref while "strict refs" in use at
> /usr/local/lib/perl5/site_perl/5.8.1/sun4-solaris/DBI.pm line 509
>
> What can be the problem?
Looking at line 509 of your DBI.pm might give you a clue.
Enabling the DBI trace mechanism is another way to get a clue.
If neither help you then post them here so they can help us help you.
Posting your code that calls connect() may also help.
Tim.