[svn:perlfaq] r8108 - perlfaq/trunk
[email protected] Sat, 25 Nov 2006 13:31:21 -0800 (PST)
| Newsgroups | perl.cvs.perlfaq |
|---|---|
| Message-ID | <[email protected]> |
Author: comdog Date: Sat Nov 25 13:31:20 2006 New Revision: 8108 Modified: perlfaq/trunk/perlfaq2.pod Log: * I don't have a C compiler. How can I build my own Perl interpreter? + Hey, and let's mention ActivePerl too. Modified: perlfaq/trunk/perlfaq2.pod ============================================================================== --- perlfaq/trunk/perlfaq2.pod (original) +++ perlfaq/trunk/perlfaq2.pod Sat Nov 25 13:31:20 2006 @@ -72,7 +72,8 @@ C compiler!) that meets your needs, though: For Windows, Vanilla Perl (http://vanillaperl.com/) comes with a -bundled C compiler. +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.