in reply to (RhetTbull) Re: Win32 - M$ Outlook and Perl.
in thread Win32 - M$ Outlook and Perl.
Very nice.
But I'd change the following: my $saveas = 'c:\temp\foo';
to: my $saveas = "c:/temp/foo/".$filename;
so you don't overwrite the attachments. Of course, you may have wanted to do that.
|
---|
Replies are listed 'Best First'. | |
---|---|
(RhetTbull) Re: Re: (RhetTbull) Re: Win32 - M$ Outlook and Perl.
by RhetTbull (Curate) on May 06, 2002 at 22:13 UTC |