Help for this page

Select Code to Download


  1. or download this
    Examples from the docs:
    
    my $session = new CGI::Session(
              "driver:MySQL", undef, {Directory=>"/tmp"}
          );
    
  2. or download this
    my $session = new CGI::Session(
              "driver:MySQL", undef, {Handle=>"$dbh"}
          );
    
    /Examples
    
  3. or download this
    my $session = new CGI::Session(
              "driver:MySQL", undef, {Class::DBI=>"TableObject"}
          );