[svn:perlfaq] r11901 - perlfaq/trunk
[email protected] Sun, 28 Sep 2008 15:47:50 -0700 (PDT)
| Newsgroups | perl.cvs.perlfaq |
|---|---|
| Message-ID | <[email protected]> |
Author: comdog Date: Sun Sep 28 15:47:49 2008 New Revision: 11901 Modified: perlfaq/trunk/perlfaq2.pod Log: * perlfaq2: How can I get a binary version of perl? + Rewrote answer to just make it a list + ActiveState is more than just windows + Added Strawberry Perl Modified: perlfaq/trunk/perlfaq2.pod ============================================================================== --- perlfaq/trunk/perlfaq2.pod (original) +++ perlfaq/trunk/perlfaq2.pod Sun Sep 28 15:47:49 2008 @@ -31,29 +31,19 @@ =head2 How can I get a binary version of perl? -For Windows, ActiveState provides a pre-built Perl for free: +(contributed by brian d foy) - http://www.activestate.com/ +ActiveState: Windows, Linux, Mac OS X, Solaris, AIX and HP-UX -Sunfreeware.com provides binaries for many utilities, including -Perl, for Solaris on both Intel and SPARC hardware: + http://www.activestate.com/ + +Sunfreeware.com: Solaris 2.5 to Solaris 10 (SPARC and x86) http://www.sunfreeware.com/ -If you don't have a C compiler because your vendor for whatever -reasons did not include one with your system, the best thing to do is -grab a binary version of gcc from the net and use that to compile perl -with. CPAN only has binaries for systems that are terribly hard to -get free compilers for, not for Unix systems. - -Some URLs that might help you are: - - http://www.cpan.org/ports/ - http://www.perl.com/pub/language/info/software.html - -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. +Strawberry Perl: Windows, Perl 5.8.8 and 5.10.0 + + http://www.strawberryperl.com =head2 I don't have a C compiler. How can I build my own Perl interpreter?