Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: Perl function calls.

by user786 (Sexton)
on Jul 07, 2014 at 15:05 UTC ( [id://1092595]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl function calls.
in thread Perl function calls.

This method actually did not produce any failure. Yes that correct,die is preferred way. I have used auto die in the script. But I'd like to know/learn how it works with the return message.

It would be really helpful for me if you can help me understand it.

Replies are listed 'Best First'.
Re^3: Perl function calls.
by hardburn (Abbot) on Jul 07, 2014 at 17:34 UTC

    Well, if it didn't return failure, then I'm not sure how you can say your error code didn't work. If there's no failure for it to catch, then of course it won't run.

    As it is, your error code should work fine if the function is expected to return an error string on failure. Since the function doesn't return an error string in any branch, the error will never be picked up.


    "There is no shame in being self-taught, only in not trying to learn in the first place." -- Atrus, Myst: The Book of D'ni.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-19 21:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found