Beefy Boxes and Bandwidth Generously Provided by pair Networks vroom
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: grouping email addr to send

by idle (Friar)
on Jan 31, 2006 at 16:02 UTC ( [id://526882]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to grouping email addr to send

Why don't you use module for mail? Anyway if you have to do it with command line, the code should look something like this:
my @email_address; # massive with addresses foreach my $address (@email_addresses) { $t->cmd("mailx -s 'usage' $address <test$date.txt"); }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://526882]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.