[svn:perlfaq] r10127 - perlfaq/trunk
[email protected] Sat, 27 Oct 2007 12:40:21 -0700 (PDT)
| Newsgroups | perl.cvs.perlfaq |
|---|---|
| Message-ID | <[email protected]> |
Author: comdog
Date: Sat Oct 27 12:40:20 2007
New Revision: 10127
Modified:
perlfaq/trunk/perlfaq1.pod
perlfaq/trunk/perlfaq2.pod
perlfaq/trunk/perlfaq3.pod
Log:
* Updated URLs after running `make checkurls`
* These appear to have disappeared, so I've removed them:
======perlfaq2.pod
http://www.cs.ruu.nl/%7Epiet/perl5dos.html
http://www.cs.ruu.nl/%7Epiet/perlwin3.html
======perlfaq3.pod
http://people.ssh.fi/mtr/genscript/
http://www.neilbowers.org/macperleditors.html
Modified: perlfaq/trunk/perlfaq1.pod
==============================================================================
--- perlfaq/trunk/perlfaq1.pod (original)
+++ perlfaq/trunk/perlfaq1.pod Sat Oct 27 12:40:20 2007
@@ -157,7 +157,7 @@
Ponie stands for "Perl On the New Internal Engine", started by Arthur
Bergman from Fotango in 2003, and subsequently run as a project of The
Perl Foundation. It was abandoned in 2006
-(http://www.nntp.perl.org/group/perl.ponie.dev/487).
+( http://www.nntp.perl.org/group/perl.ponie.dev/487 ).
Instead of using the current Perl internals, Ponie aimed to create a
new one that would provide a translation path from Perl 5 to Perl 6
Modified: perlfaq/trunk/perlfaq2.pod
==============================================================================
--- perlfaq/trunk/perlfaq2.pod (original)
+++ perlfaq/trunk/perlfaq2.pod Sat Oct 27 12:40:20 2007
@@ -54,10 +54,7 @@
Someone looking for a perl for Win16 might look to Laszlo Molnar's
djgpp port in http://www.cpan.org/ports/#msdos , which comes with
-clear installation instructions. A simple installation guide for
-MS-DOS using Ilya Zakharevich's OS/2 port is available at
-http://www.cs.ruu.nl/%7Epiet/perl5dos.html
-and similarly for Windows 3.1 at http://www.cs.ruu.nl/%7Epiet/perlwin3.html .
+clear installation instructions.
=head2 I don't have a C compiler. How can I build my own Perl interpreter?
@@ -71,7 +68,8 @@
You might look around the net for a pre-built binary of Perl (or a
C compiler!) that meets your needs, though:
-For Windows, Vanilla Perl (http://vanillaperl.com/) comes with a
+For Windows, Vanilla Perl ( http://vanillaperl.com/ ) and Strawberry Perl
+( http://strawberryperl.com/ ) comes with a
bundled C compiler. ActivePerl is a pre-compiled version of Perl
ready-to-use.
Modified: perlfaq/trunk/perlfaq3.pod
==============================================================================
--- perlfaq/trunk/perlfaq3.pod (original)
+++ perlfaq/trunk/perlfaq3.pod Sat Oct 27 12:40:20 2007
@@ -216,7 +216,7 @@
The a2ps http://www-inf.enst.fr/%7Edemaille/a2ps/black+white.ps.gz does
lots of things related to generating nicely printed output of
-documents, as does enscript at http://people.ssh.fi/mtr/genscript/ .
+documents.
=head2 Is there a ctags for Perl?
@@ -327,9 +327,7 @@
environments) comes with a simple editor. Popular external editors are
BBEdit ( http://www.bbedit.com/ ) or Alpha (
http://www.his.com/~jguyer/Alpha/Alpha8.html ). MacOS X users can use
-Unix editors as well. Neil Bowers (the man behind Geekcruises) has a
-list of Mac editors that can handle Perl (
-http://www.neilbowers.org/macperleditors.html ).
+Unix editors as well.
=over 4
@@ -401,7 +399,7 @@
There is also a toyedit Text widget based editor written in Perl
that is distributed with the Tk module on CPAN. The ptkdb
-( http://world.std.com/~aep/ptkdb/ ) is a Perl/tk based debugger that
+( http://ptkdb.sourceforge.net/ ) is a Perl/tk based debugger that
acts as a development environment of sorts. Perl Composer
( http://perlcomposer.sourceforge.net/ ) is an IDE for Perl/Tk
GUI creation.