Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: pattern matching and sendmail issues

by btrott (Parson)
on Jun 29, 2000 at 01:49 UTC ( [id://20275]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        if ($word =~ /[\w.-]+\@\w+\.\w/) {
            # looks like an e-mail address
    
  2. or download this
        for my $addr (@mail_to) {
            print SENDMAIL "Bcc: $addr\n";
    ...
        print SENDMAIL "Subject: South African tourism survey \n";
        print SENDMAIL "Content-type: text/plain \n\n";
        print SENDMAIL $content;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-20 03:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found