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.


Matthew Musgrove
Who says that programmers can't work in the Marketing Department?
Or is that who says that Marketing people can't program?

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
    Actually, that was just for demonstration purposes. I realized I was overwriting 'foo' but then again, I don't name anything I intend to keep 'foo' ;-)