Help for this page

Select Code to Download


  1. or download this
    The RaiseError attribute can be used to force errors to raise exceptio
    +ns rather than simply return error codes in the normal way.
    
  2. or download this
    #!/usr/bin/perl
    use DBI;
    ...
    }
    
    say mysql_con();
    
  3. or download this
    [MySQL]
    user=user
    ...
    host=localhost
    port=3306
    db=PerlMonks
    
  4. or download this
    #!/usr/bin/perl
    use DBI;
    ...
    
    $ perl mysql.pl
    Database: PerlMonks exists not creating: PerlMonks