in reply to Re: How does perl's file I/O work?
in thread How can I access a file on a remote server?
is this correct? What to do after taht I don't know, hopefully I can find out by doing more research, but this seems like it owuld do the job, what do you think? Kelvinuse Net::Telnet (); $t = new Net::Telnet (Timeout => 10, Prompt => '/ksh\$ $/'); $t->open($host); $t->login($username, $passwd);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: How does perl's file I/O work?
by Gilimanjaro (Hermit) on Jan 21, 2003 at 20:52 UTC |