cvs commit: perlfaq perlfaq.pod perlfaq1.pod perlfaq2.pod perlfaq3.pod

[email protected]
Newsgroups perl.cvs.perlfaq
Message-ID <[email protected]>
cvsuser     02/08/28 20:34:00

  Modified:    .        perlfaq.pod perlfaq1.pod perlfaq2.pod perlfaq3.pod
  Log:
  this change looks long because i removed the "Changes" section from
  perlfaq.pod.  we haven't been updating it and most of the changes it
  references have been further changed or disappeared.  we can always
  reconstruct this info from the CVS log if someone wants it.
  
  the rest of the changes are for broken or updated URLs.  some things
  appear to have disappeared.
  
  Revision  Changes    Path
  1.10      +1 -75     perlfaq/perlfaq.pod
  
  Index: perlfaq.pod
  ===================================================================
  RCS file: /cvs/public/perlfaq/perlfaq.pod,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -w -r1.9 -r1.10
  --- perlfaq.pod	22 Aug 2002 00:06:27 -0000	1.9
  +++ perlfaq.pod	29 Aug 2002 03:34:00 -0000	1.10
  @@ -1,6 +1,6 @@
   =head1 NAME
   
  -perlfaq - frequently asked questions about Perl ($Date: 2002/08/22 00:06:27 $)
  +perlfaq - frequently asked questions about Perl ($Date: 2002/08/29 03:34:00 $)
   
   =head1 DESCRIPTION
   
  @@ -1357,79 +1357,5 @@
   be of use, but is not guaranteed to be correct, up to date, or suitable
   for any particular purpose whatsoever.  The authors accept no liability
   in respect of this information or its use.
  -
  -=head1 Changes
  -
  -=over 4
  -
  -=item 1/November/2000
  -
  -A few grammatical fixes and updates implemented by John Borwick.
  -
  -=item 23/May/99
  -
  -Extensive updates from the net in preparation for 5.6 release.
  -
  -=item 13/April/99
  -
  -More minor touch-ups.  Added new question at the end
  -of perlfaq7 on variable names within variables.
  -
  -=item 7/January/99
  -
  -Small touch ups here and there.  Added all questions in this 
  -document as a sort of table of contents.
  -
  -=item 22/June/98
  -
  -Significant changes throughout in preparation for the 5.005
  -release.
  -
  -=item 24/April/97
  -
  -Style and whitespace changes from Chip, new question on reading one
  -character at a time from a terminal using POSIX from Tom.
  -
  -=item 23/April/97
  -
  -Added http://www.oasis.leo.org/perl/ to L<perlfaq2>.  Style fix to
  -L<perlfaq3>.  Added floating point precision, fixed complex number
  -arithmetic, cross-references, caveat for Text::Wrap, alternative
  -answer for initial capitalizing, fixed incorrect regexp, added example
  -of Tie::IxHash to L<perlfaq4>.  Added example of passing and storing
  -filehandles, added commify to L<perlfaq5>.  Restored variable suicide,
  -and added mass commenting to L<perlfaq7>.  Added Net::Telnet, fixed
  -backticks, added reader/writer pair to telnet question, added FindBin,
  -grouped module questions together in L<perlfaq8>.  Expanded caveats
  -for the simple URL extractor, gave LWP example, added CGI security
  -question, expanded on the mail address answer in L<perlfaq9>.
  -
  -=item 25/March/97
  -
  -Added more info to the binary distribution section of L<perlfaq2>.
  -Added Net::Telnet to L<perlfaq6>.  Fixed typos in L<perlfaq8>.  Added
  -mail sending example to L<perlfaq9>.  Added Merlyn's columns to
  -L<perlfaq2>.
  -
  -=item 18/March/97
  -
  -Added the DATE to the NAME section, indicating which sections have
  -changed.
  -
  -Mentioned SIGPIPE and L<perlipc> in the forking open answer in
  -L<perlfaq8>.
  -
  -Fixed description of a regular expression in L<perlfaq4>.
  -
  -=item 17/March/97 Version
  -
  -Various typos fixed throughout.
  -
  -Added new question on Perl BNF on L<perlfaq7>.
  -
  -=item Initial Release: 11/March/97
  -
  -This is the initial release of version 3 of the FAQ; consequently there
  -have been no changes since its initial release.
   
   =back
  
  
  
  1.10      +2 -2      perlfaq/perlfaq1.pod
  
  Index: perlfaq1.pod
  ===================================================================
  RCS file: /cvs/public/perlfaq/perlfaq1.pod,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -w -r1.9 -r1.10
  --- perlfaq1.pod	25 Aug 2002 19:53:31 -0000	1.9
  +++ perlfaq1.pod	29 Aug 2002 03:34:00 -0000	1.10
  @@ -1,6 +1,6 @@
   =head1 NAME
   
  -perlfaq1 - General Questions About Perl ($Revision: 1.9 $, $Date: 2002/08/25 19:53:31 $)
  +perlfaq1 - General Questions About Perl ($Revision: 1.10 $, $Date: 2002/08/29 03:34:00 $)
   
   =head1 DESCRIPTION
   
  @@ -40,7 +40,7 @@
   and http://archive.develooper.com/[email protected]/
   or the news gateway nntp://nntp.perl.org/perl.perl5.porters or
   its web interface at http://nntp.perl.org/group/perl.perl5.porters ,
  -or read the faq at http://perlhacker.org/p5p-faq ,
  +or read the faq at http://simon-cozens.org/writings/p5p-faq ,
   or you can subscribe to the mailing list by sending
   [email protected] a subscription request
   (an empty message with no subject is fine).
  
  
  
  1.15      +9 -25     perlfaq/perlfaq2.pod
  
  Index: perlfaq2.pod
  ===================================================================
  RCS file: /cvs/public/perlfaq/perlfaq2.pod,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -w -r1.14 -r1.15
  --- perlfaq2.pod	10 Jul 2002 08:19:44 -0000	1.14
  +++ perlfaq2.pod	29 Aug 2002 03:34:00 -0000	1.15
  @@ -1,6 +1,6 @@
   =head1 NAME
   
  -perlfaq2 - Obtaining and Learning about Perl ($Revision: 1.14 $, $Date: 2002/07/10 08:19:44 $)
  +perlfaq2 - Obtaining and Learning about Perl ($Revision: 1.15 $, $Date: 2002/08/29 03:34:00 $)
   
   =head1 DESCRIPTION
   
  @@ -167,7 +167,6 @@
   
       http://perldoc.cpan.org/
       http://www.perldoc.com/
  -    http://reference.perl.com/query.cgi?tutorials
       http://bookmarks.cpan.org/search.cgi?cat=Training%2FTutorials
   
   =head2 What are the Perl newsgroups on Usenet?  Where do I post questions?
  @@ -399,26 +398,13 @@
   
   =head2 Perl on the Net: FTP and WWW Access
   
  -To get the best performance, pick a site from
  -the list below and use it to grab the complete list of mirror sites
  -which is at /CPAN/MIRRORED.BY or at http://mirror.cpan.org/ .
  -From there you can find the quickest site for you.  Remember, the
  -following list is I<not> the complete list of CPAN mirrors
  -(the complete list contains 165 sites as of January 2001):
  -
  -  http://www.cpan.org/
  -  http://www.perl.com/CPAN/
  -  http://download.sourceforge.net/mirrors/CPAN/
  -  ftp://ftp.digital.com/pub/plan/perl/CPAN/
  -  ftp://ftp.flirble.org/pub/languages/perl/CPAN/
  -  ftp://ftp.uvsq.fr/pub/perl/CPAN/
  -  ftp://ftp.funet.fi/pub/languages/perl/CPAN/
  -  ftp://ftp.dti.ad.jp/pub/lang/CPAN/
  -  ftp://cpan.if.usp.br/pub/mirror/CPAN/
  -
  -One may also use xx.cpan.org where "xx" is the 2-letter country code
  -for your domain; e.g. Australia would use au.cpan.org.
  -[Note: This only applies to countries that host at least one mirror.]
  +To get the best performance, pick a site from the list at
  +http://www.cpan.org/SITES.html . From there you can find the quickest
  +site for you.
  +
  +You may also use xx.cpan.org where "xx" is the 2-letter country code
  +for your domain; e.g. Australia would use au.cpan.org. [Note: This
  +only applies to countries that host at least one mirror.]
   
   =head2 What mailing lists are there for Perl?
   
  @@ -428,9 +414,7 @@
   
   A comprehensive list of Perl related mailing lists can be found at:
   
  -	http://lists.cpan.org/
  -
  -( also visible as http://lists.perl.org/ )
  +	http://lists.perl.org/
   
   =head2 Archives of comp.lang.perl.misc
   
  
  
  
  1.26      +4 -19     perlfaq/perlfaq3.pod
  
  Index: perlfaq3.pod
  ===================================================================
  RCS file: /cvs/public/perlfaq/perlfaq3.pod,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -w -r1.25 -r1.26
  --- perlfaq3.pod	25 Aug 2002 20:10:29 -0000	1.25
  +++ perlfaq3.pod	29 Aug 2002 03:34:00 -0000	1.26
  @@ -1,6 +1,6 @@
   =head1 NAME
   
  -perlfaq3 - Programming Tools ($Revision: 1.25 $, $Date: 2002/08/25 20:10:29 $)
  +perlfaq3 - Programming Tools ($Revision: 1.26 $, $Date: 2002/08/29 03:34:00 $)
   
   =head1 DESCRIPTION
   
  @@ -219,19 +219,6 @@
   
   =back
   
  -For Windows there's also the
  -
  -=over 4
  -
  -=item CodeMagicCD
  -
  -( http://www.codemagiccd.com/ ) Collection of various programming
  -tools for Windows: Perl (5.005_03), TclTk, Python, GNU programming
  -tools, REBOL, wxWindows toolkit, the MinGW GNU C/C++ compiler, DJGPP
  -GNU C/C++ compiler, Cint C interpreter, YaBasic.
  -
  -=back
  -
   For editors: if you're on Unix you probably have vi or a vi clone already,
   and possibly an emacs too, so you may not need to download anything.
   In any emacs the cperl-mode (M-x cperl-mode) gives you perhaps the
  @@ -261,7 +248,7 @@
   
   =item MicroEMACS
   
  -http://members.nbci.com/uemacs/
  +http://www.microemacs.de/
   
   =item XEmacs
   
  @@ -279,14 +266,12 @@
   
   =item Vile
   
  -http://vile.cx/
  +http://dickey.his.com/vile/vile.html
   
   =item Vim
   
   http://www.vim.org/
   
  -win32: http://www.cs.vu.nl/%7Etmgil/vi.html
  -
   =back
   
   For vi lovers in general, Windows or elsewhere:
  @@ -323,7 +308,7 @@
   that is distributed with the Tk module on CPAN.  The ptkdb
   ( http://world.std.com/~aep/ptkdb/ ) is a Perl/tk based debugger that
   acts as a development environment of sorts.  Perl Composer
  -( http://perlcomposer.sourceforge.net/vperl.html ) is an IDE for Perl/Tk
  +( http://perlcomposer.sourceforge.net/ ) is an IDE for Perl/Tk
   GUI creation.
   
   In addition to an editor/IDE you might be interested in a more
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.