Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

How do I print errors

by SQLMan (Novice)
on Oct 01, 2003 at 16:26 UTC ( [id://295674]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $dbh = DBI->connect( "dbi:ODBC:RETQC_SQL", "sa", "",
     {RaiseError => 1, PrintError => 1, AutoCommit => 0} ) or
    die "Unable to connect: $DBI::errstr\n";
    
  2. or download this
     open( OUTFILE, ">> $destination" ) or die "Couldn't open file for rea
    +ding.$!\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://295674]
Approved by gmax
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-25 22:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found