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

Re^2: Sending Email to a list of people using Mail::Sender

by GrandFather (Saint)
on Aug 13, 2011 at 23:43 UTC ( [id://920191]=note: print w/replies, xml ) Need Help??


in reply to Re: Sending Email to a list of people using Mail::Sender
in thread Sending Email to a list of people using Mail::Sender

Even better would be:

open my $testFile, '<', $TestFile or die "ERROR: Unable to open '$Test +File' for reading: $!";

Note the use of a lexical file handle and that the die reports the OS supplied error.

True laziness is hard work

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-26 02:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found