For those who found the earlier response hard to read due to
raw HTML, the quick answer is that you've specified that the directory
is 'c:\ab' by using double-quotes. Change
$Dir = "c:\temp";
to
$Dir = 'c:\temp';
so Perl won't treat the '\' as an escape character.
- Eric
"Blame me for having
Hi, Ross
This should do it:
...
$Book->{Saved} = 1;
$Book->Close;
> From: Ross Matt-QMR000 <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED], [EMAIL PROTECTED],
> [EMAIL PROTECTED]
> Subject: Automatically closing Excel
> Date: Tue, 10 Sep 2002 13:55:49 -0500
>
> To anyone that can help.
>
> I ha