Okay, I'm a dummy but...
I can get tie:dbi to work fine when I'm doing it from perl -d myticket.pm.
However, it just blows out when I use it from within Apache. Can someone
give me a clue on how to troubleshoot it? I suspect it must be something
specific to using it in Apache but what? Here is the portion I can't get to
work:
tie %DB,'Tie::DBI',{db => 'mysql:its', table => 'passwd', key =>
'username',u ser => $dbuser, password => $dbpass, };
Thanks
