home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _04a0390157b61d0d958645c36365109f < prev    next >
Text File  |  2000-03-23  |  29KB  |  475 lines

  1. <HTML>
  2. <HEAD>
  3. <TITLE>perlfaq2 - Obtaining and Learning about Perl</TITLE>
  4. <LINK REL="stylesheet" HREF="../../Active.css" TYPE="text/css">
  5. <LINK REV="made" HREF="mailto:">
  6. </HEAD>
  7.  
  8. <BODY>
  9. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  10. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  11. <STRONG><P CLASS=block> perlfaq2 - Obtaining and Learning about Perl</P></STRONG>
  12. </TD></TR>
  13. </TABLE>
  14.  
  15. <A NAME="__index__"></A>
  16. <!-- INDEX BEGIN -->
  17.  
  18. <UL>
  19.  
  20.     <LI><A HREF="#name">NAME</A></LI>
  21.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  22.     <UL>
  23.  
  24.         <LI><A HREF="#what machines support perl where do i get it">What machines support Perl?  Where do I get it?</A></LI>
  25.         <LI><A HREF="#how can i get a binary version of perl">How can I get a binary version of Perl?</A></LI>
  26.         <LI><A HREF="#i don't have a c compiler on my system. how can i compile perl">I don't have a C compiler on my system.  How can I compile perl?</A></LI>
  27.         <LI><A HREF="#i copied the perl binary from one machine to another, but scripts don't work.">I copied the Perl binary from one machine to another, but scripts don't work.</A></LI>
  28.         <LI><A HREF="#i grabbed the sources and tried to compile but gdbm/dynamic loading/malloc/linking/... failed. how do i make it work">I grabbed the sources and tried to compile but gdbm/dynamic loading/malloc/linking/... failed.  How do I make it work?</A></LI>
  29.         <LI><A HREF="#what modules and extensions are available for perl what is cpan what does cpan/src/... mean">What modules and extensions are available for Perl?  What is CPAN?  What does CPAN/src/... mean?</A></LI>
  30.         <LI><A HREF="#is there an iso or ansi certified version of perl">Is there an ISO or ANSI certified version of Perl?</A></LI>
  31.         <LI><A HREF="#where can i get information on perl">Where can I get information on Perl?</A></LI>
  32.         <LI><A HREF="#what are the perl newsgroups on usenet where do i post questions">What are the Perl newsgroups on Usenet?  Where do I post questions?</A></LI>
  33.         <LI><A HREF="#where should i post source code">Where should I post source code?</A></LI>
  34.         <LI><A HREF="#perl books">Perl Books</A></LI>
  35.         <LI><A HREF="#perl in magazines">Perl in Magazines</A></LI>
  36.         <LI><A HREF="#perl on the net: ftp and www access">Perl on the Net: FTP and WWW Access</A></LI>
  37.         <LI><A HREF="#what mailing lists are there for perl">What mailing lists are there for Perl?</A></LI>
  38.         <LI><A HREF="#archives of comp.lang.perl.misc">Archives of comp.lang.perl.misc</A></LI>
  39.         <LI><A HREF="#where can i buy a commercial version of perl">Where can I buy a commercial version of Perl?</A></LI>
  40.         <LI><A HREF="#where do i send bug reports">Where do I send bug reports?</A></LI>
  41.         <LI><A HREF="#what is perl.com perl mongers pm.org perl.org">What is perl.com? Perl Mongers? pm.org? perl.org?</A></LI>
  42.     </UL>
  43.  
  44.     <LI><A HREF="#author and copyright">AUTHOR AND COPYRIGHT</A></LI>
  45. </UL>
  46. <!-- INDEX END -->
  47.  
  48. <HR>
  49. <P>
  50. <H1><A NAME="name">NAME</A></H1>
  51. <P>perlfaq2 - Obtaining and Learning about Perl ($Revision: 1.32 $, $Date: 1999/10/14 18:46:09 $)</P>
  52. <P>
  53. <HR>
  54. <H1><A NAME="description">DESCRIPTION</A></H1>
  55. <P>This section of the FAQ answers questions about where to find
  56. source and documentation for Perl, support, and
  57. related matters.</P>
  58. <P>
  59. <H2><A NAME="what machines support perl where do i get it">What machines support Perl?  Where do I get it?</A></H2>
  60. <P>The standard release of Perl (the one maintained by the perl
  61. development team) is distributed only in source code form.  You
  62. can find this at <A HREF="http://www.perl.com/CPAN/src/latest.tar.gz">http://www.perl.com/CPAN/src/latest.tar.gz</A> , which
  63. in standard Internet format (a gzipped archive in POSIX tar format).</P>
  64. <P>Perl builds and runs on a bewildering number of platforms.  Virtually
  65. all known and current Unix derivatives are supported (Perl's native
  66. platform), as are other systems like VMS, DOS, OS/2, Windows,
  67. QNX, BeOS, and the Amiga.  There are also the beginnings of support
  68. for MPE/iX.</P>
  69. <P>Binary distributions for some proprietary platforms, including
  70. Apple systems, can be found <A HREF="http://www.perl.com/CPAN/ports/">http://www.perl.com/CPAN/ports/</A> directory.
  71. Because these are not part of the standard distribution, they may
  72. and in fact do differ from the base Perl port in a variety of ways.
  73. You'll have to check their respective release notes to see just
  74. what the differences are.  These differences can be either positive
  75. (e.g. extensions for the features of the particular platform that
  76. are not supported in the source release of perl) or negative (e.g.
  77. might be based upon a less current source release of perl).</P>
  78. <P>
  79. <H2><A NAME="how can i get a binary version of perl">How can I get a binary version of Perl?</A></H2>
  80. <P>If you don't have a C compiler because your vendor for whatever
  81. reasons did not include one with your system, the best thing to do is
  82. grab a binary version of gcc from the net and use that to compile perl
  83. with.  CPAN only has binaries for systems that are terribly hard to
  84. get free compilers for, not for Unix systems.</P>
  85. <P>Some URLs that might help you are:</P>
  86. <PRE>
  87.     <A HREF="http://language.perl.com/info/software.html">http://language.perl.com/info/software.html</A>
  88.     <A HREF="http://www.perl.com/pub/language/info/software.html#binary">http://www.perl.com/pub/language/info/software.html#binary</A>
  89.     <A HREF="http://www.perl.com/CPAN/ports/">http://www.perl.com/CPAN/ports/</A></PRE>
  90. <P>Someone looking for a Perl for Win16 might look to Laszlo Molnar's djgpp
  91. port in <A HREF="http://www.perl.com/CPAN/ports/msdos/">http://www.perl.com/CPAN/ports/msdos/</A> , which comes with clear
  92. installation instructions.  A simple installation guide for MS-DOS using
  93. Ilya Zakharevich's OS/2 port is available at
  94. <A HREF="http://www.cs.ruu.nl/%7Epiet/perl5dos.html">http://www.cs.ruu.nl/%7Epiet/perl5dos.html</A>
  95. and similarly for Windows 3.1 at <A HREF="http://www.cs.ruu.nl/%7Epiet/perlwin3.html">http://www.cs.ruu.nl/%7Epiet/perlwin3.html</A> .</P>
  96. <P>
  97. <H2><A NAME="i don't have a c compiler on my system. how can i compile perl">I don't have a C compiler on my system.  How can I compile perl?</A></H2>
  98. <P>Since you don't have a C compiler, you're doomed and your vendor
  99. should be sacrificed to the Sun gods.  But that doesn't help you.</P>
  100. <P>What you need to do is get a binary version of gcc for your system
  101. first.  Consult the Usenet FAQs for your operating system for
  102. information on where to get such a binary version.</P>
  103. <P>
  104. <H2><A NAME="i copied the perl binary from one machine to another, but scripts don't work.">I copied the Perl binary from one machine to another, but scripts don't work.</A></H2>
  105. <P>That's probably because you forgot libraries, or library paths differ.
  106. You really should build the whole distribution on the machine it will
  107. eventually live on, and then type <CODE>make install</CODE>.  Most other
  108. approaches are doomed to failure.</P>
  109. <P>One simple way to check that things are in the right place is to print out
  110. the hard-coded @INC which perl is looking for.</P>
  111. <PRE>
  112.     % perl -e 'print join("\n",@INC)'</PRE>
  113. <P>If this command lists any paths which don't exist on your system, then you
  114. may need to move the appropriate libraries to these locations, or create
  115. symbolic links, aliases, or shortcuts appropriately.  @INC is also printed as
  116. part of the output of</P>
  117. <PRE>
  118.     % perl -V</PRE>
  119. <P>You might also want to check out <A HREF="../../lib/Pod/perlfaq8.html#how do i keep my own module/library directory">How do I keep my own module/library directory? in the perlfaq8 manpage</A>.</P>
  120. <P>
  121. <H2><A NAME="i grabbed the sources and tried to compile but gdbm/dynamic loading/malloc/linking/... failed. how do i make it work">I grabbed the sources and tried to compile but gdbm/dynamic loading/malloc/linking/... failed.  How do I make it work?</A></H2>
  122. <P>Read the <EM>INSTALL</EM> file, which is part of the source distribution.
  123. It describes in detail how to cope with most idiosyncrasies that the
  124. Configure script can't work around for any given system or
  125. architecture.</P>
  126. <P>
  127. <H2><A NAME="what modules and extensions are available for perl what is cpan what does cpan/src/... mean">What modules and extensions are available for Perl?  What is CPAN?  What does CPAN/src/... mean?</A></H2>
  128. <P>CPAN stands for Comprehensive Perl Archive Network, a huge archive
  129. replicated on dozens of machines all over the world.  CPAN contains
  130. source code, non-native ports, documentation, scripts, and many
  131. third-party modules and extensions, designed for everything from
  132. commercial database interfaces to keyboard/screen control to web
  133. walking and CGI scripts.  The master machine for CPAN is
  134. <A HREF="ftp://ftp.funet.fi/pub/languages/perl/CPAN/,">ftp://ftp.funet.fi/pub/languages/perl/CPAN/,</A> but you can use the
  135. address <A HREF="http://www.perl.com/CPAN/CPAN.html">http://www.perl.com/CPAN/CPAN.html</A> to fetch a copy from a
  136. ``site near you''.  See <A HREF="http://www.perl.com/CPAN">http://www.perl.com/CPAN</A> (without a slash at the
  137. end) for how this process works.</P>
  138. <P>CPAN/path/... is a naming convention for files available on CPAN
  139. sites.  CPAN indicates the base directory of a CPAN mirror, and the
  140. rest of the path is the path from that directory to the file.  For
  141. instance, if you're using <A HREF="ftp://ftp.funet.fi/pub/languages/perl/CPAN">ftp://ftp.funet.fi/pub/languages/perl/CPAN</A>
  142. as your CPAN site, the file CPAN/misc/japh file is downloadable as
  143. <A HREF="ftp://ftp.funet.fi/pub/languages/perl/CPAN/misc/japh">ftp://ftp.funet.fi/pub/languages/perl/CPAN/misc/japh</A> .</P>
  144. <P>Considering that there are hundreds of existing modules in the
  145. archive, one probably exists to do nearly anything you can think of.
  146. Current categories under CPAN/modules/by-category/ include Perl core
  147. modules; development support; operating system interfaces; networking,
  148. devices, and interprocess communication; data type utilities; database
  149. interfaces; user interfaces; interfaces to other languages; filenames,
  150. file systems, and file locking; internationalization and locale; world
  151. wide web support; server and daemon utilities; archiving and
  152. compression; image manipulation; mail and news; control flow
  153. utilities; filehandle and I/O; Microsoft Windows modules; and
  154. miscellaneous modules.</P>
  155. <P>
  156. <H2><A NAME="is there an iso or ansi certified version of perl">Is there an ISO or ANSI certified version of Perl?</A></H2>
  157. <P>Certainly not.  Larry expects that he'll be certified before Perl is.</P>
  158. <P>
  159. <H2><A NAME="where can i get information on perl">Where can I get information on Perl?</A></H2>
  160. <P>The complete Perl documentation is available with the Perl distribution.
  161. If you have Perl installed locally, you probably have the documentation
  162. installed as well: type <CODE>man perl</CODE> if you're on a system resembling Unix.
  163. This will lead you to other important man pages, including how to set your
  164. $MANPATH.  If you're not on a Unix system, access to the documentation
  165. will be different; for example, it might be only in HTML format.  But all
  166. proper Perl installations have fully-accessible documentation.</P>
  167. <P>You might also try <CODE>perldoc perl</CODE> in case your system doesn't
  168. have a proper man command, or it's been misinstalled.  If that doesn't
  169. work, try looking in /usr/local/lib/perl5/pod for documentation.</P>
  170. <P>If all else fails, consult the CPAN/doc directory, which contains the
  171. complete documentation in various formats, including native pod,
  172. troff, html, and plain text.  There's also a web page at
  173. <A HREF="http://www.perl.com/perl/info/documentation.html">http://www.perl.com/perl/info/documentation.html</A> that might help.</P>
  174. <P>Many good books have been written about Perl -- see the section below
  175. for more details.</P>
  176. <P>Tutorial documents are included in current or upcoming Perl releases
  177. include <A HREF="../../lib/Pod/perltoot.html">the perltoot manpage</A> for objects, <A HREF="../../lib/Pod/perlopentut.html">the perlopentut manpage</A> for file opening
  178. semantics, <A HREF="../../lib/Pod/perlreftut.html">the perlreftut manpage</A> for managing references, and <A HREF="../../lib/Pod/perlxstut.html">the perlxstut manpage</A>
  179. for linking C and Perl together.  There may be more by the 
  180. time you read this.  The following URLs might also be of 
  181. assistance:</P>
  182. <PRE>
  183.     <A HREF="http://language.perl.com/info/documentation.html">http://language.perl.com/info/documentation.html</A>
  184.     <A HREF="http://reference.perl.com/query.cgi?tutorials">http://reference.perl.com/query.cgi?tutorials</A></PRE>
  185. <P>
  186. <H2><A NAME="what are the perl newsgroups on usenet where do i post questions">What are the Perl newsgroups on Usenet?  Where do I post questions?</A></H2>
  187. <P>The now defunct comp.lang.perl newsgroup has been superseded by the
  188. following groups:</P>
  189. <PRE>
  190.     comp.lang.perl.announce             Moderated announcement group
  191.     comp.lang.perl.misc                 Very busy group about Perl in general
  192.     comp.lang.perl.moderated            Moderated discussion group
  193.     comp.lang.perl.modules              Use and development of Perl modules
  194.     comp.lang.perl.tk                   Using Tk (and X) from Perl</PRE>
  195. <PRE>
  196.     comp.infosystems.www.authoring.cgi  Writing CGI scripts for the Web.</PRE>
  197. <P>There is also Usenet gateway to the mailing list used by the crack
  198. Perl development team (perl5-porters) at
  199. <A HREF="news://news.perl.com/perl.porters-gw/">news://news.perl.com/perl.porters-gw/</A> .</P>
  200. <P>
  201. <H2><A NAME="where should i post source code">Where should I post source code?</A></H2>
  202. <P>You should post source code to whichever group is most appropriate, but
  203. feel free to cross-post to comp.lang.perl.misc.  If you want to cross-post
  204. to alt.sources, please make sure it follows their posting standards,
  205. including setting the Followup-To header line to NOT include alt.sources;
  206. see their FAQ (http://www.faqs.org/faqs/alt-sources-intro/) for details.</P>
  207. <P>If you're just looking for software, first use AltaVista
  208. (http://www.altavista.com), Deja (http://www.deja.com), and
  209. search CPAN.  This is faster and more productive than just posting
  210. a request.</P>
  211. <P>
  212. <H2><A NAME="perl books">Perl Books</A></H2>
  213. <P>A number of books on Perl and/or CGI programming are available.  A few of
  214. these are good, some are OK, but many aren't worth your money.  Tom
  215. Christiansen maintains a list of these books, some with extensive
  216. reviews, at <A HREF="http://www.perl.com/perl/critiques/index.html.">http://www.perl.com/perl/critiques/index.html.</A></P>
  217. <P>The incontestably definitive reference book on Perl, written by
  218. the creator of Perl, is now in its second edition:</P>
  219. <PRE>
  220.     Programming Perl (the "Camel Book"):
  221.         by Larry Wall, Tom Christiansen, and Randal Schwartz
  222.         ISBN 1-56592-149-6      (English)
  223.         ISBN 4-89052-384-7      (Japanese)
  224.         URL: <A HREF="http://www.oreilly.com/catalog/pperl2/">http://www.oreilly.com/catalog/pperl2/</A>
  225.     (French, German, Italian, and Hungarian translations also
  226.     available)</PRE>
  227. <P>The companion volume to the Camel containing thousands
  228. of real-world examples, mini-tutorials, and complete programs
  229. (first premiering at the 1998 Perl Conference), is:</P>
  230. <PRE>
  231.     The Perl Cookbook (the "Ram Book"):
  232.         by Tom Christiansen and Nathan Torkington, 
  233.                     with Foreword by Larry Wall
  234.         ISBN: 1-56592-243-3
  235.         URL:  <A HREF="http://perl.oreilly.com/cookbook/">http://perl.oreilly.com/cookbook/</A></PRE>
  236. <P>If you're already a hard-core systems programmer, then the Camel Book
  237. might suffice for you to learn Perl from.  But if you're not, check
  238. out:</P>
  239. <PRE>
  240.     Learning Perl (the "Llama Book"):
  241.         by Randal Schwartz and Tom Christiansen 
  242.                     with Foreword by Larry Wall
  243.         ISBN: 1-56592-284-0
  244.         URL:  <A HREF="http://www.oreilly.com/catalog/lperl2/">http://www.oreilly.com/catalog/lperl2/</A></PRE>
  245. <P>Despite the picture at the URL above, the second edition of ``Llama
  246. Book'' really has a blue cover, and is updated for the 5.004 release
  247. of Perl.  Various foreign language editions are available, including
  248. <EM>Learning Perl on Win32 Systems</EM> (the Gecko Book).</P>
  249. <P>If you're not an accidental programmer, but a more serious and possibly
  250. even degreed computer scientist who doesn't need as much hand-holding as
  251. we try to provide in the Llama or its defurred cousin the Gecko, please
  252. check out the delightful book, <EM>Perl: The Programmer's Companion</EM>,
  253. written by Nigel Chapman.</P>
  254. <P>You can order O'Reilly books directly from O'Reilly & Associates,
  255. 1-800-998-9938.  Local/overseas is 1-707-829-0515.  If you can
  256. locate an O'Reilly order form, you can also fax to 1-707-829-0104.
  257. See <A HREF="http://www.ora.com/">http://www.ora.com/</A> on the Web.</P>
  258. <P>What follows is a list of the books that the FAQ authors found personally
  259. useful.  Your mileage may (but, we hope, probably won't) vary.</P>
  260. <P>Recommended books on (or mostly on) Perl follow; those marked with
  261. a star may be ordered from O'Reilly.</P>
  262. <DL>
  263. <DT><STRONG><A NAME="item_References">References</A></STRONG><BR>
  264. <DD>
  265. <PRE>
  266.     *Programming Perl
  267.         by Larry Wall, Tom Christiansen, and Randal L. Schwartz</PRE>
  268. <PRE>
  269.     *Perl 5 Desktop Reference
  270.         by Johan Vromans</PRE>
  271. <PRE>
  272.     *Perl in a Nutshell
  273.         by Ellen Siever, Stephan Spainhour, and Nathan Patwardhan</PRE>
  274. <DT><STRONG><A NAME="item_Tutorials">Tutorials</A></STRONG><BR>
  275. <DD>
  276. <PRE>
  277.     *Learning Perl [2nd edition]
  278.         by Randal L. Schwartz and Tom Christiansen
  279.             with foreword by Larry Wall</PRE>
  280. <PRE>
  281.     *Learning Perl on Win32 Systems
  282.         by Randal L. Schwartz, Erik Olson, and Tom Christiansen,
  283.             with foreword by Larry Wall</PRE>
  284. <PRE>
  285.     Perl: The Programmer's Companion
  286.         by Nigel Chapman</PRE>
  287. <PRE>
  288.     Cross-Platform Perl 
  289.         by Eric F. Johnson</PRE>
  290. <PRE>
  291.     MacPerl: Power and Ease 
  292.         by Vicki Brown and Chris Nandor, foreword by Matthias Neeracher</PRE>
  293. <DT><STRONG><A NAME="item_Task%2DOriented">Task-Oriented</A></STRONG><BR>
  294. <DD>
  295. <PRE>
  296.     *The Perl Cookbook
  297.         by Tom Christiansen and Nathan Torkington
  298.             with foreword by Larry Wall</PRE>
  299. <PRE>
  300.     Perl5 Interactive Course [2nd edition]
  301.         by Jon Orwant</PRE>
  302. <PRE>
  303.     *Advanced Perl Programming 
  304.         by Sriram Srinivasan</PRE>
  305. <PRE>
  306.     Effective Perl Programming 
  307.         by Joseph Hall</PRE>
  308. <DT><STRONG><A NAME="item_Special_Topics">Special Topics</A></STRONG><BR>
  309. <DD>
  310. <PRE>
  311.     *Mastering Regular Expressions
  312.         by Jeffrey Friedl</PRE>
  313. <PRE>
  314.     How to Set up and Maintain a World Wide Web Site [2nd edition]
  315.         by Lincoln Stein</PRE>
  316. <PRE>
  317.     *Learning Perl/Tk
  318.         by Nancy Walsh</PRE>
  319. </DL>
  320. <P>
  321. <H2><A NAME="perl in magazines">Perl in Magazines</A></H2>
  322. <P>The first and only periodical devoted to All Things Perl, <EM>The
  323. Perl Journal</EM> contains tutorials, demonstrations, case studies,
  324. announcements, contests, and much more.  TPJ has columns on web
  325. development, databases, Win32 Perl, graphical programming, regular
  326. expressions, and networking, and sponsors the Obfuscated Perl
  327. Contest.  It is published quarterly under the gentle hand of its
  328. editor, Jon Orwant.  See <A HREF="http://www.tpj.com/">http://www.tpj.com/</A> or send mail to
  329. <A HREF="mailto:subscriptions@tpj.com">subscriptions@tpj.com</A> .</P>
  330. <P>Beyond this, magazines that frequently carry high-quality articles
  331. on Perl are <EM>Web Techniques</EM> (see <A HREF="http://www.webtechniques.com/),">http://www.webtechniques.com/),</A>
  332. <EM>Performance Computing</EM> (http://www.performance-computing.com/), and Usenix's
  333. newsletter/magazine to its members, <EM>login:</EM>, at <A HREF="http://www.usenix.org/.">http://www.usenix.org/.</A>
  334. Randal's Web Technique's columns are available on the web at
  335. <A HREF="http://www.stonehenge.com/merlyn/WebTechniques/.">http://www.stonehenge.com/merlyn/WebTechniques/.</A></P>
  336. <P>
  337. <H2><A NAME="perl on the net: ftp and www access">Perl on the Net: FTP and WWW Access</A></H2>
  338. <P>To get the best (and possibly cheapest) performance, pick a site from
  339. the list below and use it to grab the complete list of mirror sites.
  340. From there you can find the quickest site for you.  Remember, the
  341. following list is <EM>not</EM> the complete list of CPAN mirrors.</P>
  342. <PRE>
  343.   <A HREF="http://www.perl.com/CPAN-local">http://www.perl.com/CPAN-local</A>
  344.   <A HREF="http://www.perl.com/CPAN">http://www.perl.com/CPAN</A>      (redirects to an ftp mirror)
  345.   <A HREF="ftp://cpan.valueclick.com/pub/CPAN/">ftp://cpan.valueclick.com/pub/CPAN/</A>
  346.   <A HREF="ftp://ftp.funet.fi/pub/languages/perl/CPAN/">ftp://ftp.funet.fi/pub/languages/perl/CPAN/</A>
  347.   <A HREF="http://www.cs.ruu.nl/pub/PERL/CPAN/">http://www.cs.ruu.nl/pub/PERL/CPAN/</A>
  348.   <A HREF="ftp://ftp.cs.colorado.edu/pub/perl/CPAN/">ftp://ftp.cs.colorado.edu/pub/perl/CPAN/</A></PRE>
  349. <P>
  350. <H2><A NAME="what mailing lists are there for perl">What mailing lists are there for Perl?</A></H2>
  351. <P>Most of the major modules (Tk, CGI, libwww-perl) have their own
  352. mailing lists.  Consult the documentation that came with the module for
  353. subscription information.  The Perl Mongers attempt to maintain a
  354. list of mailing lists at:</P>
  355. <PRE>
  356.         <A HREF="http://www.perl.org/support/online_support.html#mail">http://www.perl.org/support/online_support.html#mail</A></PRE>
  357. <P>
  358. <H2><A NAME="archives of comp.lang.perl.misc">Archives of comp.lang.perl.misc</A></H2>
  359. <P>Have you tried Deja or AltaVista?  Those are the 
  360. best archives.  Just look up ``*perl*'' as a newsgroup.</P>
  361. <PRE>
  362.     <A HREF="http://www.deja.com/dnquery.xp?QRY=&">http://www.deja.com/dnquery.xp?QRY=&</A>;DBS=2&ST=PS&defaultOp=AND&LNG=ALL&format=terse&showsort=date&maxhits=25&subjects=&groups=*perl*&authors=&fromdate=&todate=</PRE>
  363. <P>You'll probably want to trim that down a bit, though.</P>
  364. <P>You'll probably want more a sophisticated query and retrieval mechanism
  365. than a file listing, preferably one that allows you to retrieve
  366. articles using a fast-access indices, keyed on at least author, date,
  367. subject, thread (as in ``trn'') and probably keywords.  The best
  368. solution the FAQ authors know of is the MH pick command, but it is
  369. very slow to select on 18000 articles.</P>
  370. <P>If you have, or know where can be found, the missing sections, please
  371. let <A HREF="mailto:perlfaq-suggestions@perl.com">perlfaq-suggestions@perl.com</A> know.</P>
  372. <P>
  373. <H2><A NAME="where can i buy a commercial version of perl">Where can I buy a commercial version of Perl?</A></H2>
  374. <P>In a real sense, Perl already <EM>is</EM> commercial software: It has a license
  375. that you can grab and carefully read to your manager. It is distributed
  376. in releases and comes in well-defined packages. There is a very large
  377. user community and an extensive literature.  The comp.lang.perl.*
  378. newsgroups and several of the mailing lists provide free answers to your
  379. questions in near real-time.  Perl has traditionally been supported by
  380. Larry, scores of software designers and developers, and myriads of
  381. programmers, all working for free to create a useful thing to make life
  382. better for everyone.</P>
  383. <P>However, these answers may not suffice for managers who require a
  384. purchase order from a company whom they can sue should anything go awry.
  385. Or maybe they need very serious hand-holding and contractual obligations.
  386. Shrink-wrapped CDs with Perl on them are available from several sources if
  387. that will help.  For example, many Perl books carry a Perl distribution
  388. on them, as do the O'Reilly Perl Resource Kits (in both the Unix flavor
  389. and in the proprietary Microsoft flavor); the free Unix distributions
  390. also all come with Perl.</P>
  391. <P>Or you can purchase commercial incidence based support through the Perl
  392. Clinic.  The following is a commercial from them:</P>
  393. <P>``The Perl Clinic is a commercial Perl support service operated by
  394. ActiveState Tool Corp. and The Ingram Group.  The operators have many
  395. years of in-depth experience with Perl applications and Perl internals
  396. on a wide range of platforms.</P>
  397. <P>``Through our group of highly experienced and well-trained support engineers,
  398. we will put our best effort into understanding your problem, providing an
  399. explanation of the situation, and a recommendation on how to proceed.''</P>
  400. <P>Contact The Perl Clinic at:</P>
  401. <PRE>
  402.     www.PerlClinic.com</PRE>
  403. <PRE>
  404.     North America Pacific Standard Time (GMT-8)
  405.     Tel:    1 604 606-4611 hours 8am-6pm
  406.     Fax:    1 604 606-4640</PRE>
  407. <PRE>
  408.     Europe (GMT)
  409.     Tel:    00 44 1483 862814
  410.     Fax:    00 44 1483 862801</PRE>
  411. <P>See also www.perl.com for updates on tutorials, training, and support.</P>
  412. <P>
  413. <H2><A NAME="where do i send bug reports">Where do I send bug reports?</A></H2>
  414. <P>If you are reporting a bug in the perl interpreter or the modules
  415. shipped with Perl, use the <EM>perlbug</EM> program in the Perl distribution or
  416. mail your report to <A HREF="mailto:perlbug@perl.com">perlbug@perl.com</A> .</P>
  417. <P>If you are posting a bug with a non-standard port (see the answer to
  418. ``What platforms is Perl available for?''), a binary distribution, or a
  419. non-standard module (such as Tk, CGI, etc), then please see the
  420. documentation that came with it to determine the correct place to post
  421. bugs.</P>
  422. <P>Read the <CODE>perlbug(1)</CODE> man page (perl5.004 or later) for more information.</P>
  423. <P>
  424. <H2><A NAME="what is perl.com perl mongers pm.org perl.org">What is perl.com? Perl Mongers? pm.org? perl.org?</A></H2>
  425. <P>The perl.com domain is owned by Tom Christiansen, who created it as a
  426. public service long before perl.org came about.  Despite the name, it's a
  427. pretty non-commercial site meant to be a clearinghouse for information
  428. about all things Perlian, accepting no paid advertisements, bouncy
  429. happy GIFs, or silly Java applets on its pages.  The Perl Home Page at
  430. <A HREF="http://www.perl.com/">http://www.perl.com/</A> is currently hosted on a T3 line courtesy of Songline
  431. Systems, a software-oriented subsidiary of O'Reilly and Associates.
  432. Other starting points include</P>
  433. <PRE>
  434.     <A HREF="http://language.perl.com/">http://language.perl.com/</A>
  435.     <A HREF="http://conference.perl.com/">http://conference.perl.com/</A>
  436.     <A HREF="http://reference.perl.com/">http://reference.perl.com/</A></PRE>
  437. <P>Perl Mongers is an advocacy organization for the Perl language.  For
  438. details, see the Perl Mongers web site at <A HREF="http://www.perlmongers.org/.">http://www.perlmongers.org/.</A></P>
  439. <P>Perl Mongers uses the pm.org domain for services related to Perl user
  440. groups.  See the Perl user group web site at <A HREF="http://www.pm.org/">http://www.pm.org/</A> for more
  441. information about joining, starting, or requesting services for a Perl
  442. user group.</P>
  443. <P>Perl Mongers also maintains the perl.org domain to provide general
  444. support services to the Perl community, including the hosting of mailing
  445. lists, web sites, and other services.  The web site
  446. <A HREF="http://www.perl.org/">http://www.perl.org/</A> is a general advocacy site for the Perl language,
  447. and there are many other sub-domains for special topics, such as</P>
  448. <PRE>
  449.     <A HREF="http://history.perl.org/">http://history.perl.org/</A>
  450.     <A HREF="http://bugs.perl.org/">http://bugs.perl.org/</A>
  451.     <A HREF="http://www.news.perl.org/">http://www.news.perl.org/</A></PRE>
  452. <P>
  453. <HR>
  454. <H1><A NAME="author and copyright">AUTHOR AND COPYRIGHT</A></H1>
  455. <P>Copyright (c) 1997-1999 Tom Christiansen and Nathan Torkington.
  456. All rights reserved.</P>
  457. <P>When included as an integrated part of the Standard Distribution
  458. of Perl or of its documentation (printed or otherwise), this works is
  459. covered under Perl's Artistic License.  For separate distributions of
  460. all or part of this FAQ outside of that, see <A HREF="../../lib/Pod/perlfaq.html">the perlfaq manpage</A>.</P>
  461. <P>Irrespective of its distribution, all code examples here are in the public
  462. domain.  You are permitted and encouraged to use this code and any
  463. derivatives thereof in your own programs for fun or for profit as you
  464. see fit.  A simple comment in the code giving credit to the FAQ would
  465. be courteous but is not required.</P>
  466. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  467. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  468. <STRONG><P CLASS=block> perlfaq2 - Obtaining and Learning about Perl</P></STRONG>
  469. </TD></TR>
  470. </TABLE>
  471.  
  472. </BODY>
  473.  
  474. </HTML>
  475.