"Cory Rau" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] <snip> > ----------------------- > install_driver(Proxy) failed: Global symbol "$this" requires explicit > package name at /Library/Perl/darwin/DBD/Proxy.pm line 272. > BEGIN not safe after errors--compilation aborted at > /Library/Perl/darwin/DBD/Proxy.pm line 414. > Compilation failed in require at (eval 1) line 3.
Change the $this on line 272 to a $dbh and it will work.
