Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

RE: Re: Attaching Files to E-mail

by le (Friar)
on Sep 01, 2000 at 20:28 UTC ( [id://30746]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <form method=post enctype="multipart/form-data"> # multipart/form-data
    + is necessary for uploads
    ...
    <input type="file" name="file"> # This defines an upload field
    
  2. or download this
    # Create new Mail object.
    my $mail = MIME::LITE->new(
    ...
    open (MAIL, "| /usr/sbin/sendmail -t -i") or die $!;
    $mail->print(\*MAIL);
    close MAIL;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-24 18:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found