Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: How to catch SQL::Parser errors in Perl

by som.nitk (Novice)
on May 15, 2013 at 11:44 UTC ( [id://1033669]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      +173      my $result = eval { $parser->parse($statement) };
      +174      unless($result) {
      +175          print "Caught!\n";
      +177      }
    
  2. or download this
    
    Incomplete SET clause! at ./post_fjs_audit.pl line 173
    Caught!
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-03-28 14:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found