Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: or warn question

by sauoq (Abbot)
on Jun 08, 2012 at 18:47 UTC ( [id://975219]=note: print w/replies, xml ) Need Help??


in reply to or warn question

The do_something or warn_or_die($message); idiom is a good one. But there's no requirement that you use it when it doesn't fit well. Just do the obvious...

if ($ftp->delete($file)) { print LOG "$file successfully deleted\n"; } else { print LOG "Cannot delete $file - ", $ftp->message; }

-sauoq
"My two cents aren't worth a dime.";

Replies are listed 'Best First'.
Re^2: or warn question
by TCM (Acolyte) on Jun 08, 2012 at 19:29 UTC
    This one worked like a charm too. Thank you for taking the time to reply!

Log In?
Username:
Password:

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

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

    No recent polls found