Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: why perl doesnt recognize modules after copyied *.pm to paths in @INC

by marto (Cardinal)
on Nov 29, 2012 at 13:14 UTC ( [id://1006247]=note: print w/replies, xml ) Need Help??


in reply to why perl doesnt recognize modules after copyied *.pm to paths in @INC

There are a few issues here. Not every module can simply be copied into the right place. Some modules have external dependencies (as well as other cpan dependencies) which may not be satisfied. You haven't mentioned which modules you're trying to install.

My suggestion would be to create a mini CPAN mirror on a system which does have internet access (for example, the one you used to post this question) and transfer it to the system without internet access, and configure cpan accordingly. minicpan makes this easy to do. See also Yes, even you can use CPAN.

  • Comment on Re: why perl doesnt recognize modules after copyied *.pm to paths in @INC
  • Download Code

Replies are listed 'Best First'.
Re^2: why perl doesnt recognize modules after copyied *.pm to paths in @INC
by czkzga (Initiate) on Nov 29, 2012 at 14:06 UTC
    yes that is right, i forgot about list of packages: Archive::Zip 1.28 or newer Class::MethodMaker 2.10 or newer UUID 0.03 or newer #Data::Dump 1.15 - successfully copied SOAP::Lite 0.710.08 or newer

      My advice stands, considering the number of dependant modules and external dependancies, for instance expat for XML::Parser, required by SOAP::Lite.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-20 03:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found