/src/_modules/index.html
http://github.com/perlorg/cpanorg · HTML · 103 lines · 98 code · 5 blank · 0 comment · 0 complexity · e7a96946809e83b4652b59818fcd66f7 MD5 · raw file
- [%
- page.import({
- title => "Perl Modules",
- section => 'modules',
- stub => '../',
- canonical => 'modules/index.html',
- });
- %]
- <h1>Perl Modules</h1>
- <p>
- Most Perl modules are written in Perl, some use <a href=
- "http://perldoc.perl.org/perlxs.html">XS</a> (they are written in <a href=
- "http://en.wikipedia.org/wiki/C_(programming_language)">C</a>) so require a
- C <a href="http://en.wikipedia.org/wiki/Compiler">compiler</a>. Modules may have
- dependencies on other modules (almost always on <a href=
- "http://www.cpan.org/">CPAN</a>) and cannot be installed without them (or
- without a specific version of them). Many modules on CPAN now require a
- recent version of Perl (version 5.8 or above).
- </p>
- <h2>
- How to install modules
- </h2>
- <p>
- There are several methods you can use, see the <a href=
- "INSTALL.html">Installing Perl Modules</a> page.
- </p>
- <table border="0" cellspacing="0" cellpadding="0" width="100%">
- <tr>
- <td>
- <h2>
- How to find modules
- </h2>
- <ul>
- <li>
- <a href=
- "https://metacpan.org/">https://metacpan.org/</a> CPAN search
- </li>
- <li>
- <a href=
- "https://metacpan.org/release/Task-Kensho">Task::Kensho</a> - some
- recommended modules
- </li>
- <li>Browse:
- <ul>
- <li>
- <a href="01modules.index.html">All modules</a> (a
- <strong>long</strong> list)
- </li>
- <li>
- <a href="by-authors/id/">Authors</a>
- </li>
- <li>
- <a href="by-module/">Name</a>
- </li>
- <li>
- <a href="by-category">Category</a> (not maintained)
- </li>
- <li>
- <a href="01modules.mtime.html">recentness</a>
- </li>
- </ul>
- </li>
- </ul>
- </td>
- <td>
- <h2>
- How to contribute
- </h2>
- <ul>
- <li>Read <a href="/modules/04pause.html">this</a>
- </li>
- <li>Visit <a href=
- "https://pause.perl.org/">https://pause.perl.org/</a>
- </li>
- </ul>
- <h2>
- Other useful sites
- </h2>
- <ul>
- <li>
- <a href="http://www.perl.org/">www.perl.org</a>
- </li>
- <li>
- <a href="http://perldoc.perl.org/">perldoc.perl.org</a>
- </li>
- <li>
- <a href="http://learn.perl.org/">learn.perl.org</a>
- </li>
- </ul>
- </td>
- </tr>
- </table>
- <p>
- <b>Questions about the modules? Please contact the module author
- directly.</b> Corrections? Additions? Suggestions? Please contact <a href=
- "mailto:cpan@perl.org">cpan@perl.org</a>. Other questions? See the <a href=
- "../misc/cpan-faq.html">CPAN FAQ</a>.
- </p>