Hi,
What's the best way to open (for reading) a file on remote computer (in perl) ?
Well, what do you need to open the file for? You can do something like mounting the remote FS via NFS, SMB, etc. You can also have an FTP server running on the remote box. You can write client and server Perl programs. If you have sshd running on the remote box, you can probably use scp to get the file. More details please.
-- Andrew Gaffney
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>