Without knowing which module or modules, it is a little difficult to give specific advice; however, you may wish to review some of the postings in the Tutorials under the Writing, Installing, and Using Perl Modules section.

If you have telnet/ssh access to the machine, installing a module (either local to your account or system-wide if you are an administrator) should not be too difficult; however, if you only have FTP access, then things become more "interesting", since some modules require compilation (thus why I inquired which module/modules you were concerned about installing). To this point, I know there have been several postings within the last year, but the only one to come to mind immediately is Convincing ISP to install a module, which might be helpful. (My appologies for not recalling the others.)

Hope that helps somewhat.


In reply to Re: CPAN to my cgi-bin by atcroft
in thread CPAN to my cgi-bin by monkMAC

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.