home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _97081cef877fc5ca96875fa27e2f1e6b < prev    next >
Text File  |  2000-03-22  |  7KB  |  137 lines

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <HTML>
  3.  
  4. <HEAD>
  5. <TITLE>ActivePerl faq1 - Availability and Installation</TITLE>
  6. <LINK rev="made" href="mailto:support@ActiveState.com">
  7. <META name="GENERATOR" charset="iso-8859-1" content="Microsoft FrontPage 4.0">
  8. <META name="ProgId" content="FrontPage.Editor.Document">
  9. <LINK rel="STYLESHEET" href="../Active.css" type="text/css" media="screen">
  10. </HEAD>
  11.  
  12. <BODY bgcolor="#ffffff">
  13.  
  14. <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
  15.   <TR>
  16.     <TD class="block" valign="MIDDLE" width="100%" bgcolor="#cccccc"><STRONG>
  17.       <P class="block"> ActivePerl FAQ</P>
  18.       </STRONG></TD>
  19.   </TR>
  20. </TABLE>
  21. <BR>
  22.  
  23. <UL>
  24.   <LI><A href="#NAME">NAME</A></LI>
  25.   <LI><A href="#DESCRIPTION">DESCRIPTION</A>
  26.     <UL>
  27.       <LI><A href="#What_is_Perl_">What is Perl?</A></LI>
  28.       <LI><A href="#Where_can_I_get_tons_of_informat">Where can I get tons of information about
  29.         Perl?</A></LI>
  30.       <LI><A href="#Where_is_the_Perl_for_Win32_inte">Where can I get the ActivePerl interpreter?</A></LI>
  31.       <LI><A href="#What_do_I_get_with_ActiveState_s">What do I get with ActivePerl?</A></LI>
  32.       <LI><A href="#How_do_I_install_the_Perl_for_Wi">How do I install ActivePerl?</A></LI>
  33.       <LI><A href="#How_can_I_customize_my_installat">How can I customize my installation of
  34.         ActivePerl?</A></LI>
  35.       <LI><A href="#How_do_I_uninstall_Perl_for_Win3">How do I uninstall ActivePerl?</A></LI>
  36.       <LI><A href="#What_is_ActiveX_Scripting_">What is ActiveX Scripting?</A></LI>
  37.       <LI><A href="#Is_there_an_ActiveX_Scripting_ve">Is there an ActiveX Scripting version of Perl
  38.         available?</A></LI>
  39.       <LI><A href="#When_I_double_click_the_perl_exe">When I double-click the perl.exe icon in
  40.         Explorer, I get</A></LI>
  41.       <LI><A href="#How_can_I_get_Perl_to_run_a_Perl">How can I get Perl to run a Perl script at the
  42.         4DOS command line by</A></LI>
  43.       <LI><A href="#Can_I_build_perl_from_the_source">Can I build perl from the source code?</A></LI>
  44.     </UL>
  45.   </LI>
  46.   <LI><A href="#AUTHOR_AND_COPYRIGHT">AUTHOR AND COPYRIGHT</A></LI>
  47. </UL>
  48. <HR>
  49. <H1><A name="NAME">NAME</A></H1>
  50. <P>ActivePerl faq1 - Availability and Installation</P>
  51. <HR>
  52. <H1><A name="DESCRIPTION">DESCRIPTION</A></H1>
  53. <P>Getting, installing, and using Perl.</P>
  54. <HR>
  55. <H2><A name="What_is_Perl_">What is Perl?</A></H2>
  56. <P>Perl is a scripting language widely used for system administration and programming on the World
  57. Wide Web. It originated in the UNIX community and has a strong UNIX slant, but usage on Windows is
  58. growing rapidly. ActivePerl is a port of core Perl to Windows.</P>
  59. <P>perl (small 'p') is the program used to interpret the Perl language.</P>
  60. <HR>
  61. <H2><A name="Where_can_I_get_tons_of_informat">Where can I get tons of information about Perl?</A></H2>
  62. <P>Extensive online documentation is included with Perl itself. You can read the documentation with
  63. the <CODE>perldoc</CODE> command, as in <CODE>perldoc document_name</CODE>. You should start with
  64. the perl document and the perlfaq document. For information on other ways of accessing the Perl
  65. documentation (including HTML versions of this documentation), see <A href="ActivePerl-faq3.html#Where_can_I_get_documentation_on">Where
  66. can I get documentation on ActivePerl?</A>.</P>
  67. <P>To get more information about Perl, check out these URLs:</P>
  68. <UL>
  69.   <LI>
  70.     <P><A href="http://www.ActiveState.com">http://www.ActiveState.com</A> - The ActivePerl Home
  71.     Page.</P>
  72.   </LI>
  73.   <LI>
  74.     <P><A href="http://www.perl.com">http://www.perl.com</A> - The Perl home page.</P>
  75.   </LI>
  76.   <LI>
  77.     <P><A href="http://language.perl.com">http://language.perl.com</A> - The Perl language home
  78.     page.</P>
  79.   </LI>
  80.   <LI>
  81.     <P><A href="http://www.yahoo.com/Computers_and_Internet/Programming_Languages/Perl/">http://www.yahoo.com/Computers_and_Internet/Programming_Languages/Perl/</A>
  82.     - The Yahoo Perl page.</P>
  83.   </LI>
  84. </UL>
  85. <P>There are several good books about Perl. The premier book on ActivePerl is <EM>Learning Perl On
  86. Win32 Systems</EM> By Schwartz, Olson, and Christiansen (O'Reilly & Associates, 1997). This is
  87. the Gecko book, and has a picture of a gecko (little chubby lizard with big toes and a smile) on the
  88. front cover.</P>
  89. <P>For general perl, two books to consider are <EM>Programming Perl</EM>, 2nd Edition, by Larry
  90. Wall, Tom Christiansen and Randal L. Schwartz (O'Reilly & Associates, 1996) and <EM>Learning
  91. Perl</EM>, by Randal L. Schwartz (O'Reilly & Associates, 1993). These are referred to by Perl
  92. enthusiasts as the Camel book and the Llama book, respectively.</P>
  93. <P>If you are new to Perl and there are any terms mentioned in this FAQ that you don't get, try one
  94. of the above resources. See the <EM>perlbook</EM> document that comes with Perl for more
  95. information.</P>
  96. <HR>
  97. <H2><A name="Where_is_the_Perl_for_Win32_inte">Where can I get the ActivePerl interpreter?</A></H2>
  98. <P>ActivePerl is available from the ActiveState home page.</P>
  99. <P>To download ActivePerl from ActiveState, look in this directory:</P>
  100. <PRE>
  101.   <A href="http://www.ActiveState.com/ActivePerl">http://www.ActiveState.com/ActivePerl</A>
  102. </PRE>
  103. <HR>
  104. <H2><A name="What_do_I_get_with_ActiveState_s">What do I get with ActivePerl?</A></H2>
  105. <P>ActivePerl is a complete, self-installing distribution of Perl based on the standard Perl
  106. sources. It is distributed online at the ActiveState site.</P>
  107. <P>"Perl for Win32" generally refers to ActivePerl for Windows.</P>
  108. <HR>
  109. <H2><A name="How_do_I_install_the_Perl_for_Wi">How do I install ActivePerl?</A></H2>
  110. <P> </P>
  111. <HR>
  112. <H2><A name="Can_I_build_perl_from_the_source">Can I build perl from the source code?</A></H2>
  113. <P>The Perl source code includes complete instructions on building Perl. You can obtain the latest
  114. Perl source from:</P>
  115. <PRE>
  116.     <A href="http://www.perl.com/CPAN/src/latest.tar.gz">http://www.perl.com/CPAN/src/latest.tar.gz</A>
  117. </PRE>
  118. <P>Once you extract the source, read the <EM>README</EM> file for instructions on compiling Perl.</P>
  119. <HR>
  120. <H1><A name="AUTHOR_AND_COPYRIGHT">AUTHOR AND COPYRIGHT</A></H1>
  121. <P>This FAQ was originally assembled and maintained by Evangelo Prodromou. It has been revised and
  122. updated by Brian Jepson of O'Reilly & Associates, David Grove, David Dmytryshyn and David Sparks
  123. of ActiveState.</P>
  124. <P>This FAQ is in the public domain. If you use it, however, please ensure that you give credit to
  125. the original authors.</P>
  126. <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
  127.   <TR>
  128.     <TD class="block" valign="MIDDLE" width="100%" bgcolor="#cccccc"><STRONG>
  129.       <P class="block"> ActivePerl FAQ</P>
  130.       </STRONG></TD>
  131.   </TR>
  132. </TABLE>
  133.  
  134. </BODY>
  135.  
  136. </HTML>
  137.