M
Mike
Hi All:
What is the trick to this module? My goal is to update files on remote
systems. However, when I try to open a file, it fails. Every time.
I tried the...
use File::Remote wq
replace);
....structure and the plain...
use File::Remote;
....as well.
open (REMOTE, "junior:/etc/oratab") or die;
....just dies.
Any suggestions?
Thanks,
Mike
What is the trick to this module? My goal is to update files on remote
systems. However, when I try to open a file, it fails. Every time.
I tried the...
use File::Remote wq
....structure and the plain...
use File::Remote;
....as well.
open (REMOTE, "junior:/etc/oratab") or die;
....just dies.
Any suggestions?
Thanks,
Mike