Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: FTP within PERL script WITHOUT NET::FTP?

by kilinrax (Deacon)
on Nov 13, 2000 at 20:23 UTC ( [id://41334]=note: print w/replies, xml ) Need Help??


in reply to FTP within PERL script WITHOUT NET::FTP?

Finding out which modules are installed on your system has already been discussed here and here.
Typing this:
perl -MCPAN -e autobundle
at the command line will give you a list of installed modules.

Also:
perl -M'[module name]' -V
Will tell you whether a module is installed, as I previously explained here

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-16 07:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found