Do you know about our lord and saviour CPAN?

That site even features a search box into which you can enter the module name you are searching for.

If you use the Perl supplied by your OS vendor, it is usually considered a better approach to use only the packages supplied by your OS vendor and not to mix packages from CPAN with packages supplied by your OS vendor. If your system administrator tells you that your vendor has not packaged a more recent version of the modules you need for your OS, then you will need to upgrade your OS if you want to stay with the system Perl and the system packages.

If you want to step away from the system packages, local::lib provides a good approach to keep using the system Perl but install your own modules.

Also consider using perlbrew to compile your own version of Perl and to use that instead of the system Perl.


In reply to Re^13: protect excel file in perl script by Corion
in thread protect excel file in perl script by arunks

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.