Re: opening files on remote computers

2003-12-10 Thread Ohad Ohad
exists. From: Andrew Gaffney <[EMAIL PROTECTED]> To: Ohad Ohad <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: opening files on remote computers Date: Wed, 10 Dec 2003 08:22:18 -0600 Ohad Ohad wrote: Well, I just want to open the file for reading. somthing like open(FILE, &quo

Re: opening files on remote computers

2003-12-10 Thread Andrew Gaffney
Ohad Ohad wrote: Well, I just want to open the file for reading. somthing like open(FILE, ":") will be great. Even better if it uses ssh. This module from CPAN looks promising: http://search.cpan.org/~ivan/Net-SCP-0.06/SCP.pm -- Andrew Gaffney -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: opening files on remote computers

2003-12-10 Thread Ohad Ohad
Well, I just want to open the file for reading. somthing like open(FILE, ":") will be great. Even better if it uses ssh. From: Andrew Gaffney <[EMAIL PROTECTED]> To: Ohad Ohad <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: opening files on remote computers Date: Wed

Re: opening files on remote computers

2003-12-10 Thread Andrew Gaffney
Ohad Ohad wrote: 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 a

opening files on remote computers

2003-12-10 Thread Ohad Ohad
Hi, What's the best way to open (for reading) a file on remote computer (in perl) ? Thanks. _ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus -- To unsubscribe, e-mail: [EMAIL PR