Hello Y'all,

Im currently working a project for a biologist to solve a probelm with database searches from different websites.
Im doing this for my masters degree so i only have a limited amount of space on the server in my local area. What i need is to download a load of modules that enable me to use Spreadsheet, Database, Archize::Zip things, and HTML parsing. The server doesnt have these on because its using Bioperl.

Does anybody have a suggestion of how i can install them to my local area and then how to implement them in perl code.

Many Thanks. MonkPaul.
I was wondering if it was possible

Thanks for your reply, what i was interested in doing was installing the modules to my local area on the server say:
msc/student5/public_html/perlmods/
Then i wanted to be able to use these modules in my code when running a perl cgi script from msc/student5/public_html/

The environment im using is Biolinux but im working on a windows based machine. If that helps.
I need to know how to install via cpan prompt

Cheers.


In reply to Install modules on server by MonkPaul

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.