faq.tx 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. <h1 class="subhead">Houston Perl Mongers FAQ</h1>
  2. <p>There are many questions that come up regularly in the meetings and on the mailing
  3. list that would qualify for FAQ status. Here are some of them. Sometimes the answer will
  4. be a link to a site with a better answer than we could produce.</p>
  5. <div class="faq">
  6. <div class="question">How can I learn to program in Perl?</div>
  7. <div class="answer">See <a href="http://www.perl.com/pub/a/2000/10/begperl1.html">Beginner's
  8. Introduction to Perl</a> from Perl.com. The best book for learning Perl is
  9. <a href="http://www.oreilly.com/catalog/learnperl4/index.html">Learning Perl</a>.
  10. </div>
  11. </div>
  12. <div class="faq">
  13. <div class="question">How do I install the xxxxx Perl Module? (Unix/Linux)</div>
  14. <div class="answer">See <a href="http://www.perlmonks.org/?node_id=128077">A Guide to
  15. Installing Modules</a>
  16. </div>
  17. </div>
  18. <div class="faq">
  19. <div class="question">How do I install the xxxxx Perl Module? (Windows)</div>
  20. <div class="answer">See <a href="http://www.perlmonks.org/?node_id=434813">A guide to
  21. installing modules for Win32</a>
  22. </div>
  23. </div>
  24. <div class="faq">
  25. <div class="question">How do I install a Perl Module on my web server?</div>
  26. <div class="answer">See <a href="http://www.perlmonks.org/?node_id=216644">Installing
  27. Modules on a Web Server</a>
  28. </div>
  29. </div>