Help for this page

Select Code to Download


  1. or download this
    # .bashrc sniglet
    
    ...
        or die DBI->errstr;
    
    ... etc....
    
  2. or download this
    use DBConfig;
    use DBI;
    
    my $dbh=DBI->connect(DBConfig::DSH,DBConfig::User,DBConfig::Password) 
    +or die $DBI::errstr;