summaryrefslogtreecommitdiff
path: root/pod/perlfaq2.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-02-12 09:01:30 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-02-12 09:01:30 +0000
commitee891a001c5da2b8136d967d7fc118fac92f9465 (patch)
tree9b07a24d2a8a94c595286320dbab8f9103a1011d /pod/perlfaq2.pod
parent50ddda1da6029292d65c335f9a21ead754f187d7 (diff)
downloadperl-ee891a001c5da2b8136d967d7fc118fac92f9465.tar.gz
FAQ sync
p4raw-id: //depot/perl@30218
Diffstat (limited to 'pod/perlfaq2.pod')
-rw-r--r--pod/perlfaq2.pod18
1 files changed, 14 insertions, 4 deletions
diff --git a/pod/perlfaq2.pod b/pod/perlfaq2.pod
index 2123c9e34f..dd028cd1bf 100644
--- a/pod/perlfaq2.pod
+++ b/pod/perlfaq2.pod
@@ -1,6 +1,6 @@
=head1 NAME
-perlfaq2 - Obtaining and Learning about Perl ($Revision: 7996 $)
+perlfaq2 - Obtaining and Learning about Perl ($Revision: 8539 $)
=head1 DESCRIPTION
@@ -68,6 +68,16 @@ What you need to do is get a binary version of gcc for your system
first. Consult the Usenet FAQs for your operating system for
information on where to get such a binary version.
+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
+bundled C compiler. ActivePerl is a pre-compiled version of Perl
+ready-to-use.
+
+For Sun systems, SunFreeware.com provides binaries of most popular
+applications, including compilers and Perl.
+
=head2 I copied the perl binary from one machine to another, but scripts don't work.
That's probably because you forgot libraries, or library paths differ.
@@ -510,15 +520,15 @@ the I<What is CPAN?> question earlier in this document.
=head1 REVISION
-Revision: $Revision: 7996 $
+Revision: $Revision: 8539 $
-Date: $Date: 2006-11-01 09:24:38 +0100 (mer, 01 nov 2006) $
+Date: $Date: 2007-01-11 00:07:14 +0100 (jeu, 11 jan 2007) $
See L<perlfaq> for source control details and availability.
=head1 AUTHOR AND COPYRIGHT
-Copyright (c) 1997-2006 Tom Christiansen, Nathan Torkington, and
+Copyright (c) 1997-2007 Tom Christiansen, Nathan Torkington, and
other authors as noted. All rights reserved.
This documentation is free; you can redistribute it and/or modify it