home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Information / Languages / Perl / perl-faq⁄part2 < prev    next >
Encoding:
Internet Message Format  |  1994-12-03  |  25.5 KB  |  [TEXT/R*ch]

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