Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Pattern for a shell-style call + error response

by rsmah (Scribe)
on May 04, 2007 at 19:37 UTC ( [id://613647]=note: print w/replies, xml ) Need Help??


in reply to Pattern for a shell-style call + error response

I suggest setting up a NO_ERR constant that equals 0 and then doing:
$item->frobinize(...) == NO_ERR 
    or die($libobj->GetErrorCode);
  • Comment on Re: Pattern for a shell-style call + error response

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-19 07:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found