Anyone know where my problem could beYou've copied site/lib/Sub/Name.pm across ok, but you haven't copied site/lib/auto/Sub/Name/Name.dll (the "loadable object" that cannot be located) across.
Anyone know the most reliable way of downloading modules and their dependencies on ActiveState perl without PPM?If you have an internet connection, you should be able to get PPM working. Otherwise the best way is to get a compiler (eg the freely available MinGW) and a make utility (eg the freely available dmake) and build and install the modules from CPAN source - but you'll still need to be able to download the CPAN source.
UPDATE: Follow
jand's advice instead of the link I provided below.
You can also download PPM packages to your machine without using PPM itself, then perform a local PPM install. For the 5.8.x packages, go
here - I don't have a link to the 5.10 packages but it shouldn't be hard to find.
Cheers,
Rob
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.