Help for this page

Select Code to Download


  1. or download this
     
    my $scheme = 'FooSQL';
    my $h = TheDb->new($scheme);
    
  2. or download this
     
    my $scheme = 'DB_File';
    my $h = TheDb->new($scheme);