home *** CD-ROM | disk | FTP | other *** search
/ Danny Amor's Online Library / Danny Amor's Online Library - Volume 1.iso / html / faqs / faq / perl-faq / part2 < prev    next >
Encoding:
Text File  |  1995-07-25  |  25.0 KB  |  586 lines

  1. Subject: comp.lang.perl FAQ 2/5 - Information Sources
  2. Newsgroups: comp.lang.perl,comp.answers,news.answers
  3. From: spp@vx.com
  4. Date: 15 Nov 1994 10:09:36 GMT
  5.  
  6. Archive-name: perl-faq/part2
  7. Version: $Id: part2,v 2.3 1994/11/07 18:05:30 spp Exp spp $
  8. Posting-Frequency: bi-weekly
  9.  
  10. This posting contains answers to general information questions, mostly of 
  11. about information sources.
  12.  
  13. 2.1) Is there a USENET group for Perl?
  14.  
  15.     Yes there is: comp.lang.perl.  This group, which currently can get up
  16.     to 100 messages per day, contains all kinds of discussions about Perl;
  17.     everything from bug reports to new features to the history to humour
  18.     and trivia.  This is the best source of information about anything Perl
  19.     related, especially what's new with Perl5.  Because of it's vast array 
  20.     of topics, it functions as both a comp.lang.* style newsgroup
  21.     (providing technical information) and also as a rec.* style newsgroup,
  22.     kind of a support group for Perl addicts (PerlAnon?).
  23.  
  24.     Larry is a frequent poster to this group as well as most (all?) of the
  25.     seasoned Perl programmers.  Questions will be answered by some of the
  26.     most knowledgable Perl Hackers, often within minutes of a question
  27.     being posted (give or take distribution times).
  28.  
  29.  
  30. 2.2) Have any books or magazine articles been published about Perl?
  31.  
  32.     There have been quite a few books and articles.  The most well known
  33.     and most useful book for 4.036 and earlier is _Programming Perl_
  34.     (affectionately known as ``the Camel Book''), written by Larry and
  35.     Randal Schwartz*, published by O'Reilly & Associates as part of their
  36.     Nutshell Handbook Series (ISBN: 0-937175-64-1).  Besides serving as a
  37.     reference guide for Perl, it also contains tutorial material and is a
  38.     great source of examples and cookbook procedures, as well as wit and
  39.     wisdom, tricks and traps, pranks and pitfalls.  The code examples
  40.     contained therein are available via anonymous FTP from ftp.ora.com in
  41.     /pub/examples/nutshell/programming_perl/perl.tar.Z or at
  42.     ftp.cis.ufl.edu in /pub/perl/ora/programming_perl.  Corrections and 
  43.     additions to the book can be found in the Perl man page right before
  44.     the BUGS section under the heading ERRATA AND ADDENDA.
  45.  
  46.     A new version of the Camel book, revised and updated for Perl5 is due
  47.     out sometime around spring of next year.  Until then, the man pages
  48.     distributed with the perl 5.000 source contain a wealth of information
  49.     on the new features and old incompatibilities with perl4.036.
  50.  
  51.     Also available is ``the Llama Book'', _Learning Perl_ by Randal
  52.     Schwartz, another Nutshell book.  This book is a collection of some of
  53.     the best introductory and tutorial information available about Perl.  A
  54.     definite must for novice Perl users.  The examples and code from this
  55.     book are available from the same places as the Camel book code.  (ISBN:
  56.     1-56592-042-2) 
  57.  
  58.     If you can't find these books in your local technical bookstore, they 
  59.     may be ordered directly from O'Reilly by calling 1-800-998-9938 if in
  60.     North America and 1-707-829-0515 otherwise.
  61.    
  62.     Larry routinely carries around a camel stamp to use when autographing
  63.     copies of his book.  If you can catch him at a conference you can
  64.     usually get him to sign your book for you.
  65.  
  66.     Larry Wall has published a 3-part article on perl in Unix World
  67.     (August through October of 1991), and Rob Kolstad also had a 3-parter
  68.     in Unix Review (May through July of 1990).  Tom Christiansen also has
  69.     a brief overview article in the trade newsletter Unix Technology
  70.     Advisor from November of 1989.  You might also investigate "The Wisdom
  71.     of Perl" by Gordon Galligher from SunExpert magazine;  April 1991
  72.     Volume 2 Number 4.  The Dec 92 Computer Language magazine also
  73.     contains a cover article on Perl, "Perl: the Programmers Toolbox".
  74.  
  75.     Many other articles on Perl have been recently published.  If you 
  76.     have references, especially on-line copies, please mail them to 
  77.     the FAQ maintainer for inclusion is this notice.
  78.  
  79.     The USENIX LISA (Large Installations Systems Administration) Conference
  80.     have for several years now included many papers of tools written in
  81.     Perl.  Old proceedings of these conferences are available; look in
  82.     your current issue of ";login:" or send mail to office@usenix.org 
  83.     for further information.
  84.  
  85.     At this point, the "writing committe" (Larry, Randal, and Tom; aka
  86.     <perlbook@perl.com>) is looking at:
  87.  
  88.     o A heavy rewrite of the Camel to update it to Perl5.  Expect the
  89.       tutorial section to be cut in deference to the Llama.
  90.     o A light update of the Llama to eliminate the "I think perl5 will
  91.       do ..." and a change to "Perl5 will do ..."
  92.     o A new book, "Learning More Perl" (working title), a sequel to the
  93.       Llama, covering what wasn't covered in the Llama including Perl5.
  94.  
  95.     According to Randal, this is the current priority.  However, he notes
  96.     that the new Camel won't be out until sometime in the spring of next
  97.     year, at the earliest.
  98.  
  99.     Prentice Hall also has two perl books, either on the shelves or in the
  100.     works.  The first is ``Perl by Example'' by Ellie Quigley. (385 pages,
  101.     $26.96, ISBN 0-13-122839-0) A perl tutorial (perl4); every feature is
  102.     presented via an annotated example and sample output.
  103.  
  104.     The second book is called ``Software Engineering with Perl'' by Carl
  105.     Dichter and Mark Pease.  Randal Schwartz has reviewed the second book
  106.     (SEwP) and has this to say about it:
  107.  
  108.     SWwP is not meant as instruction in the Perl language, but rather
  109.     as an example of how Perl may be used to assist in the semi-formal 
  110.     software engineering development cycles.  There's a lot of Perl
  111.     code that's fairly well commented, but most of the book describes
  112.     software engineering methodologies.  For the perl-challenged,
  113.     there's a *light* treatment of the language as well, but they refer
  114.     to the llama and the camel for the real meat.
  115.  
  116.     Japan seems to be jumping with Perl books.  If you can read japanese
  117.     here are a few you might be interested in.  Thanks to Jeffrey Friedl*
  118.     for this list (NOTE: my screen cannot handle japanese characters, so
  119.     this is all in English for the moment  NOTE2: These books are written
  120.     in Japanese, these titles are just translations):
  121.  
  122.     Title: Welcome to Perl Country
  123.     Authors: Kaoru Maeda, Hiroshi Koyama, Yasushi Saito and Arihito
  124.          Fuse
  125.     Publisher: Science Company    Date: April 25, 1993
  126.     ISBN: 4-7819-0697-4         Price: 2472Y
  127.     Comments: Written during the time the Camel book was being 
  128.     translated.  A useful introduction, but uses jperl (Japanese Perl)
  129.     which is not necessarily compatible.
  130.  
  131.     Title: Perl Writing Methods    (Perl Calligraphy?)
  132.     Author: Toshiyuki Masui
  133.     Publisher: ASCII Corporation    Date: July 1, 1993
  134.     ISBN: 4-7561-0281-6        Price: 3200Y
  135.     Comments: More advanced than "Welcome.." and not meant as an
  136.     introduction.  Uses the standard perl and has examples for handling
  137.     Japanese text.
  138.  
  139.     Title: Introduction to Perl
  140.     Author: Shinji Kono
  141.     Publisher: ASCII Corporation    Date: July 11, 1994
  142.     ISBN: 4-7561-0292-1        Price: 1800Y
  143.     Comments: Uses the interactive Perl debugger to explain how things
  144.     work.
  145.  
  146.     Title: Programming Perl
  147.     Authors: L Wall & R Schwartz    Translator: Yoshiyuri Kondo
  148.     Publisher: Softbank Corporation    Date: February 28, 1993
  149.     ISBN: 4-89052-384-7        Price: 4500Y
  150.     Comments: Official Japanese translation.  Somewhat laced with
  151.     translator notes to explain the humour.  The most useful book.
  152.  
  153.     There is also a German translation of Programming Perl.  It is available
  154.     from Hanser Verlag:
  155.  
  156.     Title: Programmieren in Perl
  157.     ISBN: 3-446-17257-2
  158.  
  159.  
  160. 2.3) When will the Camel and Llama books be updated?
  161.  
  162.     When they do. :-)  Actually, we're looking at having them in print
  163.     about 6 months from now (for floating values of now :-).  Send the
  164.     writing committee mail (perlbook@perl.com) mail if you have suggestions. 
  165.  
  166.  
  167. 2.4) What FTP resources are available?
  168.  
  169.     Within the past year, several ftp sites have sprung up for Perl and
  170.     Perl related items.  The site with the biggest repository of Perl
  171.     scripts right now seems to be ftp.cis.ufl.edu [128.227.100.198].  The
  172.     scripts directory has an INDEX with over 400 lines in it, each
  173.     describing what the script does.  The src directory has sources and/or
  174.     binaries for a number of different perl ports, including MS-Dos,
  175.     Macintosh and Windows/NT.  This is maintained by me, Steve*.
  176.  
  177.     Note: I've changed jobs recently and am not currently directly
  178.     on the Internet.  This means this site may get a little out of
  179.     date until I can get back up to UF and update it.  However, I
  180.     did set up automatic mirrors to many sites, so much of it should
  181.     remain uptodate.  (If only Larry would put the beta patches on
  182.     netlabs....)
  183.  
  184.     Note:  European users please use the site src.doc.ic.ac.uk
  185.     [149.169.2.1] in /pub/computing/programming/languages/perl/
  186.     The link speed would be a lot better for all.  Contact
  187.     L.McLoughlin@doc.ic.ac.uk for more information. It is updated
  188.     daily. 
  189.     This may not be working yet.  I'm working with Lee to get it
  190.     setup. 
  191.  
  192.     There are also a number of other sites.  I'll add more of them as I get
  193.     information on them.
  194.  
  195. 2.5) What WWW/gopher resources are available?
  196.  
  197.     The World Wide Web is exploding with new Perl sites all the time.  Some
  198.     of the more notable ones are:  
  199.     http://www.cis.ufl.edu/perl
  200.     http://www.metronet.com/1h/perlinfo, which has a great section on
  201.         Perl5. 
  202.     http://www.eecs.nwu.edu/perl/perl.html
  203.         http://web.nexor.co.uk/perl/perl.html, a great site for European
  204.         and UK users.
  205.  
  206.  
  207. 2.6) Can people who don't have access to USENET get comp.lang.perl?
  208.  
  209.     "Perl-Users" is the mailing list version of the comp.lang.perl
  210.     newsgroup.  If you're not lucky enough to be on USENET you can post to
  211.     comp.lang.perl by sending to one of the following addresses.  Which one
  212.     will work best for you depends on which nets your site is hooked into.
  213.     Ask your local network guru if you're not certain.
  214.  
  215.     Internet: PERL-USERS@VIRGINIA.EDU
  216.               Perl-Users@UVAARPA.VIRGINIA.EDU
  217.  
  218.     BitNet: Perl@Virginia
  219.  
  220.     uucp: ...!uunet!virginia!perl-users
  221.  
  222.     The Perl-Users list is bidirectionally gatewayed with the USENET
  223.     newsgroup comp.lang.perl.  This means that VIRGINIA functions as a
  224.     reflector.  All traffic coming in from the non-USENET side is
  225.     immediately posted to the newsgroup.  Postings from the USENET side are
  226.     periodically digested and mailed out to the Perl-Users mailing list.  A
  227.     digest is created and distributed at least once per day, more often if
  228.     traffic warrants.
  229.  
  230.     All requests to be added to or deleted from this list, problems,
  231.     questions, etc., should be sent to:
  232.  
  233.     Internet: Perl-Users-Request@Virginia.EDU
  234.               Perl-Users-Request@uvaarpa.Virginia.EDU
  235.  
  236.     BitNet: Perl-Req@Virginia
  237.  
  238.     uucp: ...!uunet!virginia!perl-users-request
  239.  
  240.     Coordinator: Marc Rouleau <mer6g@VIRGINIA.EDU>
  241.  
  242.  
  243. 2.7) Are archives of comp.lang.perl available?
  244.  
  245.     Yes, there are.  ftp.cis.ufl.edu:/pub/perl/comp.lang.perl/monthly has
  246.     an almost complete collection dating back to 12/89 (missing 08/91
  247.     through 12/93).  They are kept as one large file for each month.
  248.  
  249.     A more sophisticated query and retrieval mechanism is desirable.
  250.     Preferably one that allows you to retrieve article using a fast-access
  251.     indices, keyed on at least author, date, subject, thread (as in "trn")
  252.     and probably keywords.  Right now, the MH pick command works for this,
  253.     but it is very slow to select on 18000 articles.
  254.  
  255.     If you have, or know where I can find, the missing sections, please let
  256.     perlfaq@perl.com know.
  257.  
  258.  
  259. 2.8) Is there a WAIS server for comp.lang.perl?
  260.  
  261.     Yes there is.  Set your WAIS client to 
  262.     archive.orst.edu:9000/comp.lang.perl.  According to their introduction, 
  263.     they have a complete selection from 1989 on.
  264.  
  265.     Bill Middleton <wjm@feenix.metronet.com> offers this:
  266.  
  267.     "I have setup a perl script retrieval service and WaisSearch here at
  268.     feenix.  To check it out, just point your gopher at us, and select the
  269.     appropriate menu option.  The WaisSearch is of the iubio type, which
  270.     means you can do boolean searching.  Thus you might try something
  271.     like:
  272.  
  273.     caller
  274.     ioctl and fcntl
  275.     grep and socket not curses
  276.  
  277.     and other things to see examples of how other folks have done this
  278.     or that.  This service is still under construction, but I'd like to
  279.     get feedback, if you have some time.
  280.  
  281.     There's also a WaisSearch into all the RFC's and some other fairly
  282.     nifty stuff."
  283.  
  284.  
  285. 2.9) What other sources of information about Perl or training are available?
  286.  
  287.     Johan Vromans* created an beautiful reference guide.  The reference
  288.     guide comes with the Camel book in a nice, glossy format.  The LaTeX
  289.     (source) and PostScript (ready to print) versions are available for FTP
  290.     from ftp.cs.ruu.nl:/pub/DOC/perlref-4.036.1.tar.Z in Europe or from
  291.     ftp.cis.ufl.edu:/pub/perl/doc/perlref-4.036.tar.gz in the United
  292.     States.  Obsolete versions in TeX or troff may still be available, but
  293.     these versions don't print as nicely.  See also:
  294.  
  295.         [] ftp://ftp.uu.net/languages/perl/perlref-4.036.1.tar.gz
  296.         [] ftp://ftp.cs.ruu.nl/pub/DOC/perlref-4.036.1.tar.gz
  297.         [] ftp://ftp.khoros.unm.edu/pub/perl/perlref-4.036.1.tar.gz
  298.  
  299.     Johan is working on an update to this document to include perl5
  300.     functionality, which he hopes to release by Christmas 1994.
  301.  
  302.     There is a #Perl channel on IRC (Internet Relay Chat) where Tom and
  303.     Randal have been known to hang out.  Here you can get immediate answers
  304.     to questions from some of the most well-known Perl Hackers.
  305.  
  306.     The perl5-porters (perl5-porters@isu.edu) mailing list was created to
  307.     aid in communication among the people working on perl5.  However, it
  308.     has overgrown this function and now also handles a good deal of traffic
  309.     about perl internals.
  310.  
  311. 2.10) Where can I get training classes on Perl?
  312.  
  313.     USENIX, LISA, SUG, WCSAS, AUUG, FedUnix and Europen sponsor tutorials
  314.     of varying lengths on Perl at the System Administration and General
  315.     Conferences.  These public classes are typically taught by Tom
  316.     Christiansen*.  
  317.  
  318.     In part, Tom and Randal teach Perl to help keep bread on their tables
  319.     long enough while they continue their pro bono efforts of documenting
  320.     perl (Tom keeps writing more man pages for it :-) and expanding the
  321.     perl toolkit through extension libraries, work which they enjoy doing
  322.     as it's fun and helps out the whole world, but which really doesn't
  323.     pay the bills.  Such is the nature of free(ly available) software.
  324.     Send mail to <perlclasses@perl.com> for details and availability.
  325.  
  326.     Tom is also available to teach on-site classes, included courses on
  327.     advanced perl and perl5.  Classes run anywhere from one day to week
  328.     long sessions and cover a wide range of subject matter.  Classes can
  329.     include lab time with exercises, a generally beneficial aspect.  If you
  330.     would like more information regarding Perl classes or when the next
  331.     public appearances are, please contact Tom directly. 
  332.  
  333.     Randal Schwartz* provides a 2-day lecture-only and a 4-5 day lecture-lab
  334.     course based on his popular book "Learning Perl".  For details, contact
  335.     Randal directly via email or at 1.503.777.0095.
  336.     
  337.     Internet One provides a 2 day "Introduction to Perl"  and  2  day
  338.     "Advanced Perl" workshop. The 50% hands-on and 50% lecture format
  339.     allow attendees to write several programs  themselves.   Supplied
  340.     are  the user manuals, reference copies of Larry Wall's "Program-
  341.     ming Perl", and a UNIX directory of  all  training  examples  and
  342.     labs. To obtain outlines, pricing, or scheduling information, use
  343.     the following:
  344.  
  345.         o Phone: 1.303.444.1993
  346.         o Email: info@InternetOne.COM
  347.         o See our Ad in the "SysAdmin" magazine
  348.         o View the outlines via the Web: http://www.InternetOne.COM/
  349.  
  350.  
  351. 2.11) What companies use or ship Perl?
  352.  
  353.     At this time, the known list of companies that ship Perl includes at
  354.     least the following, although some have snuck it into /usr/contrib or
  355.     its moral equivalent: 
  356.  
  357.     BSDI
  358.     Comdisco Systems
  359.     CONVEX Computer Corporation
  360.     Crosspoint Solutions
  361.     Dell
  362.     DRD Corporation
  363.     IBM (SP systems)
  364.     Intergraph
  365.     Kubota Pacific 
  366.     Netlabs
  367.     SGI (without taintperl)
  368.     Univel
  369.  
  370.     Furthermore, the following vendors are reported to begin shipping perl
  371.     standard with their systems in the very near future:
  372.  
  373.     Sun
  374.  
  375.     Some companies ship it on their "User Contributed Software Tape",
  376.     such as DEC and HP.  Apple Computer has shipped the MPW version of
  377.     Macintosh Perl on one of their Developer CDs (Essentials*Tools*Objects 
  378.     #11) (and they included it under "Essentials" :-)
  379.  
  380.     Many other companies use Perl internally for purposes of tools
  381.     development, systems administration, installation scripts, and test
  382.     suites.  Rumor has it that the large workstation vendors (the TLA set)
  383.     are seriously looking into shipping Perl with their standard systems
  384.     "soon".
  385.  
  386.     People with support contracts with their vendors are actively 
  387.     encouraged to submit enhancement requests that Perl be shipped 
  388.     as part of their standard system.  It would, at the very least,
  389.     reduce the FTP load on the Internet. :-)
  390.  
  391.     If you know of any others, please send them in.
  392.  
  393.  
  394. 2.12) Is there commercial, third-party support for Perl?
  395.  
  396.     Not really.  Although perl is included in the GNU distribution, at last
  397.     check, Cygnus does not offer support for it.  However, it's unclear
  398.     whether they've ever been offered sufficient financial incentive to do
  399.     so. 
  400.  
  401.     On the other hand, you do have comp.lang.perl as a totally gratis
  402.     support mechanism.  As long as you ask "interesting" questions, you'll
  403.     probably get plenty of help. :-) 
  404.  
  405.     While some vendors do ship Perl with their platforms, that doesn't mean
  406.     they support it on arbitrary other platforms.  And in fact, all they'll
  407.     probably do is forward any bug reports on to Larry.  In practice, this
  408.     is far better support than you could hope for from nearly any vendor.
  409.  
  410.     The companies who won't use something unless they can pay money for it
  411.     will be left out.  Often they're motivated by wanting someone whom they
  412.     could sue.  If all they want is someone to help them out with Perl
  413.     problems, there's always the net.  And if they really want to pay
  414.     someone for that help, well, Tom and Randal are always looking for a
  415.     job. :-) 
  416.  
  417.     If companies want "commercial support" for it badly enough, speak up --
  418.     something might be able to be arranged. 
  419.  
  420.  
  421. 2.13) What is a JAPH?  What does "Will hack perl for ..." mean?
  422.  
  423.     These are the "just another perl hacker" signatures that some people
  424.     sign their postings with.  About 100 of the of the earlier ones are
  425.     available from the various FTP sites.
  426.  
  427.     When people started running out of tricky and interesting JAPHs, some
  428.     of them turned to writing "Will hack perl for ..." quotes.  While
  429.     sometimes humourous, they just didn't have the flair of the JAPHs and
  430.     have since almost completely vanished.
  431.  
  432. 2.14) Where can I get a list of Larry Wall witticisms?
  433.  
  434.     Over a hundred quips by Larry, from postings of his or source code,
  435.     can be found in many of the FTP sites or through the World Wide Web at
  436.     "ftp://ftp.cis.ufl.edu/pub/perl/misc/lwall-quotes"
  437.  
  438.  
  439. 2.15) What are the known bugs?
  440.  
  441.     These apply to version 5 of perl.  See also: `What does "Malformed
  442.     command links" mean?' for a version 4 bug.
  443.  
  444.        The README says it's a pre-release.
  445.            Workaround: ignore this sentence.
  446.  
  447.        Installs perl0.000 and sperl0.000 instead of 5.000.
  448.            Workaround: rename the files.
  449.  
  450.        The debugger appears to be broken on "my" variables;
  451.            Workaround: none yet
  452.  
  453.        Recursive signal handlers eventually core dump.
  454.            Workaround: ease up on the ^C key.
  455.  
  456.        The following code misbehaves: print ++$_ . "\n" until /0/;
  457.            Workaround: initialize your variable
  458.  
  459.        Destructors can clobber $@ on exit from an eval
  460.            Workaround: local $@; eval {...};
  461.  
  462.  
  463. 2.16) Where should I post bugs?
  464.  
  465.     The best place to send your bug is <perlbug@perl.com>, which is
  466.     currently just alias for <perl5-porters@isu.edu>.  You may subscribe
  467.     to the list in the customary fashion via mail to
  468.     <perl5-porters-request@isu.edu>.  Feel free to post your bugs to the
  469.     comp.lang.perl newsgroup as well, but do make sure they still go to
  470.     the mailing list.
  471.  
  472.     To enhance your chances of getting any bug you report fixed:
  473.  
  474.     1. Try to narrow the problem down to as small a piece of code as
  475.        possible.  If you can get it down to 1 line of Perl then so much
  476.        the better.
  477.  
  478.     2. Include a copy of the output from the myconfig script from the
  479.        Perl source distribution in your posting.
  480.  
  481. 2.17) Where should I post source code?
  482.  
  483.     You should post source code to whichever group is most appropriate,
  484.     but feel free to cross-post to comp.lang.perl.  If you want to
  485.     cross-post to alt.sources, please make sure it follows their
  486.     posting standards, including setting the Followups-To header
  487.     line to NOT include alt.sources; see their FAQ for details.
  488.  
  489.  
  490. 2.18) Where can I learn about object-oriented Perl programming?
  491.  
  492.     The perlobj(1) man page is a good place to start, and then you can
  493.     check out the excellent perlbot(1) man page written by the dean of perl
  494.     o-o himself, Dean Roehrich.  Areas covered include the following:
  495.  
  496.         Idx  Subsections in perlobj.1          Lines
  497.          1   NAME                                  2
  498.          2   DESCRIPTION                          16
  499.          3   An Object is Simply a Reference      60
  500.          4   A Class is Simply a Package          31
  501.          5   A Method is Simply a Subroutine      34
  502.          6   Method Invocation                    75
  503.          7   Destructors                          14
  504.          8   Summary                               7
  505.  
  506.         Idx  Subsections in perlbot.1          Lines
  507.          1   NAME                                  2
  508.          2   INTRODUCTION                          9
  509.          3   Instance Variables                   43
  510.          4   Scalar Instance Variables            21
  511.          5   Instance Variable Inheritance        35
  512.          6   Object Relationships                 33
  513.          7   Overriding Superclass Methods        49
  514.          8   Using Relationship with Sdbm         45
  515.          9   Thinking of Code Reuse              111
  516.  
  517.     The section on instance variables should prove very helpful to those
  518.     wondering how to get data inheritance in perl. 
  519.  
  520.  
  521. 2.19) Where can I learn about linking C with Perl? [h2xs]
  522.  
  523.     While it used to be deep magic, how to do this is now revealed in the
  524.     perlapi(1), perlguts(1), and perlcall(1) man pages, which treat with
  525.     this matter extensively.
  526.  
  527.  
  528. 2.20) What is perl.com?
  529.  
  530.     Perl.com is just Tom's domain name, registered as dedicated to "Perl
  531.     training and consulting".  While not a proper ftp site (he hasn't got
  532.     the bandwidth (yet)), it does serve as a clearinghouse for certain
  533.     perl related mailing list.  That means that you should always be able
  534.     to get to Larry, Tom, or Randal through that host.  The following
  535.     aliases work:
  536.  
  537.         perl-packrats:          The archivist list
  538.           perl-porters:           The porters list
  539.         perlbook:               The Camel/Llama/Alpaca writing committee
  540.         perlbugs:               The bug list (perl-porters for now)
  541.         perlclasses:            Info on Perl training
  542.         perlfaq:                Submissions/Errata to the Perl FAQ
  543.                                 (Tom and Steve)
  544.         perlrefguide:           Submissions/Errata to the Perl FAQ (Johan)
  545.  
  546. y
  547. 2.21) What do the asterisks (*) throughout the FAQ stand for?
  548.  
  549.     To keep from cluttering up the FAQ and for easy reference all email
  550.     addresses have been collected in this location.  For each person
  551.     listed, I offer my thanks for their input and help.
  552.  
  553.     * Larry Wall        <lwall@netlabs.com>
  554.     * Tom Christiansen        <tchrist@wraeththu.cs.colorado.edu>
  555.     * Stephen P Potter        <spp@vx.com>
  556.     * Andreas Koenig        <k@franz.ww.TU-Berlin.DE>
  557.     * Bill Eldridge        <bill@cognet.ucla.edu>
  558.     * Buzz Moschetti        <buzz@toxicavenger.bear.com>
  559.     * Casper H.S. Dik        <casper@fwi.uva.nl>
  560.     * David Muir Sharnoff   <muir@tfs.com>
  561.     * Dean Roehrich         <roehrich@ironwood.cray.com>
  562.     * Dominic Giampaolo     <dbg@sgi.com>,
  563.     * Frederic Chauveau     <fmc@pasteur.fr>
  564.     * Gene Spafford         <spaf@cs.purdue.edu>
  565.     * Guido van Rossum        <guido@cwi.nl>
  566.     * Henk P Penning        <henkp@cs.ruu.nl>
  567.     * Jeff Friedl        <jfriedl@omron.co.jp>
  568.     * Johan Vromans        <jv@NL.net>
  569.     * John Dallman        <jgd@cix.compulink.co.uk>
  570.     * John Lees            <lees@pixel.cps.msu.edu>
  571.     * John Ousterhout        <ouster@eng.sun.com>
  572.     * Jon Biggar        <jon@netlabs.com>
  573.     * Malcolm Beattie        <mbeattie@sable.ox.ac.uk>
  574.     * Michael D'Errico        <mike@software.com>
  575.     * Randal Schwartz        <merlyn@stonehenge.com>
  576.     * Roberto Salama        <rs@fi.gs.com>
  577.     * Steven L Kunz        <skunz@iastate.edu>
  578.     * Theodore C. Law        <TEDLAW@TOROLAB6.VNET.IBM.COM>
  579.     * Thomas R. Kimpton        <tom@dtint.dtint.com>
  580.     * Timothy Murphy        <tim@maths.tcd.ie>
  581. Stephen P Potter        spp@vx.com        Varimetrix Corporation
  582. 2350 Commerce Park Drive, Suite 4                Palm Bay, FL 32905
  583. (407) 676-3222                           CAD/CAM/CAE/Software
  584.  
  585.  
  586.