Hello Pc;

If you are talking about: 
 open FILEHANDLE, 'path/to/file';
someting like this, 
on MacPerl you have to specify the file path like this:
 open FILEHANDLE, 'volume name:folder name:file';
or
 open FILEHANDLE, ':folder:file'; #only if the 'folder' is in the same folder 
as the script exists

Is that what you meant?
Omi Kikuchi
[EMAIL PROTECTED]



> Hi,
> 
> On the Macintosh, I cannot get the program to open the indicated file for
> processing. Please help.
> 
> Pc


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Reply via email to