Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use DBI;
    
    #connect to DB
    $dbHandle = DBI->connect('DBI:mysql:mydb','ID','pw');
    
  2. or download this
    DBI->connect(ID) failed: Access denied for user:
    'ID@localhost' (Using password: YES) at
    /home/user/website/cgi-bin/script.pl line 33