From: "Shishir K. Singh" <[EMAIL PROTECTED]>
> I am trying to run simple script that tries to parse an XLS file. The
> script name is x.pl and the xls file that it tries to open is x.xls
> and they both exist in the same directory. 

Always use absolute paths with OLE. The working directory of the 
object doesn't have to be the same as the one of your script. 
Expecialy if the object is not an "in-process DLL" but an EXEcutable.

Jenda

===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to