Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: NET::FTP Package

by Zitoune (Beadle)
on Nov 21, 2002 at 15:38 UTC ( [id://214789]=note: print w/replies, xml ) Need Help??


in reply to NET::FTP Package

I'm on my machine and i can execute my code correctly.
When i'm trying to run it on another machine,it says that i can call the method login.
I remember installed a package name NET::FTP on my machine and i delete the zip by accident :-(

Replies are listed 'Best First'.
Re: Re: NET::FTP Package
by insensate (Hermit) on Nov 21, 2002 at 15:45 UTC
    Verify that the module is installed: Run this from the commandline...it'll print "ok" if the module is installed and complain about not finding the module if it's not.
    perl -MNet::FTP -e"print 'ok'"
    If the module is, in fact, installed....Are you sure the exact identical script works on the other machine? Are the versions of Perl the same? (use perl -v to find the version)...And if all of that is fine please post your code.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://214789]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-04-26 07:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found