in reply to NET::FTP error question
Update: To clarify tye's reply, and my own post, on case-insensitive systems, this will work (assuming we're trying to use the Net::FTP module):
but this won't:use NET::FTP;
On case-sensitive systems, the first statement will fail, as would the second if it ever got executed.my $ftp = NET::FTP->new("hostname");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re: NET::FTP error question
by tye (Sage) on Oct 25, 2001 at 20:19 UTC |