Help for this page

Select Code to Download


  1. or download this
    use DBI;
    use strict;
    my $DNS = shift;
    my $dbh = DBI->connect($DNS);
    
  2. or download this
    $ /your_path_to_it/pltags.pl test_DBI.pl `perldoc -l DBI`