/src/doc/index.html
HTML | 75 lines | 73 code | 2 blank | 0 comment | 0 complexity | 7bada1d59f24cdbb2b262c98d0d78f9d MD5 | raw file
1[% 2 page.import({ 3 title => "Perl Documentation", 4 section => 'docs', 5 stub => '../', 6 }); 7%] 8 9<h1>Perl Documentation</h1> 10 11<table border="0" cellspacing="0" cellpadding="0" width="100%"> 12 <tr> 13 <td> 14 <h2> 15 Perl Core and Module Documentation 16 </h2> 17 <ul> 18 <li> 19 <a href= 20 "http://perldoc.perl.org/">http://perldoc.perl.org/</a> - 21 core 22 </li> 23 <li> 24 <a href= 25 "https://metacpan.org/">https://metacpan.org/</a> - 26 modules 27 </li> 28 </ul> 29 <h2> 30 Command line 31 </h2> 32 <ul> 33 <li> 34 <code>perldoc perldoc</code> - find out more about 35 <code>perldoc</code> 36 </li> 37 <li> 38 <code>perldoc perlintro</code> - introduction to Perl 39 </li> 40 <li> 41 <code>perldoc Module::Name</code> - documentation for an 42 installed module 43 </li> 44 </ul> 45 </td> 46 <td> 47 <h2> 48 FAQs 49 </h2> 50 <ul> 51 <li> 52 <a href="http://learn.perl.org/faq/">Perl FAQ</a> 53 </li> 54 <li> 55 <a href="../misc/cpan-faq.html">CPAN FAQ</a> 56 </li> 57 </ul> 58 <h2> 59 Other useful sites 60 </h2> 61 <ul> 62 <li> 63 <a href="http://www.perl.org/">www.perl.org</a> 64 </li> 65 <li> 66 <a href="http://lists.perl.org/">lists.perl.org</a> - 67 mailing lists 68 </li> 69 <li> 70 <a href="http://learn.perl.org/">learn.perl.org</a> 71 </li> 72 </ul> 73 </td> 74 </tr> 75</table>