sbatty has asked for the wisdom of the Perl Monks concerning the following question:
Examples from the docs: my $session = new CGI::Session( "driver:MySQL", undef, {Directory=>"/tmp"} );
my $session = new CGI::Session( "driver:MySQL", undef, {Handle=>"$dbh"} ); /Examples
I'm trying to figure out what would go in place of the pseudo code "{Class::DBI=>"TableObject"}" in the above example. What goes here to use the table object? Can anyone provide sources of additional documentation or examples? Thank you for sharing your Perl knowledge.my $session = new CGI::Session( "driver:MySQL", undef, {Class::DBI=>"TableObject"} );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How do I use CGI::Session constructor method with Class::DBI?
by jeffa (Bishop) on Oct 31, 2003 at 19:15 UTC | |
|
Re: How do I use CGI::Session constructor method with Class::DBI?
by perrin (Chancellor) on Oct 31, 2003 at 19:08 UTC |