Quoting Greg McClure <[EMAIL PROTECTED]>:
> However, when I try to run this code:
>
> * <%init>
> * use DBI;
> * my $dbh = DBI->connect("DBI:mysql:remembering", "root", "");
> * my $sth = $dbh->prepare("insert into users
> * (username, password, fir
Hello mod_perl world,
I'm running a new installation of Mason, with Apache::DBI, and everything on
the Mason side seems to be working well.
However, when I try to run this code:
* <%init>
* use DBI;
* my $dbh = DBI->connect("DBI:mysql:remembering", "root", "");
* my $sth = $dbh