in reply to Win32 OLE error 1403
A quick google shows this error to be associated with not using a full file path, and permission problems. As you are using a full path, I'd suggest you print the result of -w to see if you can write to the file.
if (! -w $savename) { print "uh oh\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |