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

Re^2: Seeking guidance for more idiomatic way of (re)writing this script.

by topher (Scribe)
on Jan 17, 2013 at 00:14 UTC ( [id://1013665]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open( my $fh, "<", $array_ip_list )
      or send_mail("ip_list_error"),
    ...
        # [ Clean up after ourselves, delete our temp file, etc. ]
        die "Something went wrong.";
    }
    
  2. or download this
    # Expects at least 1 argument matching the type of e-mail to send, and
    # optionally the additional arguments it might need.  If this got much
    ...
        # This will send our e-mail, regardless of which one we built.
        $msg->send;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-04-16 07:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found