tony has asked for the wisdom of the Perl Monks concerning the following question:
I know there is a filehandle out there somewhere I just can't find it. TIA Tony$mailer = new Mail::Mailer 'smtp', Server=>'smtp.server.net'; select($mailer); select($mailer->open(\%mail_header)); select($mailer->body);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Getting Filehandle from Mail::Mailer
by chromatic (Archbishop) on Apr 26, 2000 at 20:34 UTC | |
|
Re: Getting Filehandle from Mail::Mailer
by btrott (Parson) on Apr 26, 2000 at 20:40 UTC | |
|
Re: Getting Filehandle from Mail::Mailer
by BBQ (Curate) on Apr 26, 2000 at 22:13 UTC | |
|
Re: Getting Filehandle from Mail::Mailer
by Anonymous Monk on Apr 27, 2000 at 19:17 UTC |