home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _c3fa23c20c9a3498b8b3b9c22ff3ce8b < prev    next >
Encoding:
Text File  |  2004-06-01  |  4.5 KB  |  127 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2.  
  3. <html>
  4.  
  5. <head>
  6. <title>ActivePerl -- Readme</title>
  7. <link rel="STYLESHEET" href="Active.css" type="text/css" media="screen">
  8. </head>
  9.  
  10. <body>
  11.  
  12. <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#EAE2BB">
  13. <tr> 
  14. <td width="57"><a target=_blank href="http://www.ActiveState.com/ActivePerl/">
  15. <img src="images/activeperl_logo.gif" width="57" height="48" border="0" alt="ActivePerl"></a></td>
  16. <td><div align="center" class="heading">ActivePerl User Guide</div></td>
  17. <td width="112"><a target=_blank  href="http://www.ActiveState.com">
  18. <img src="images/AS_logo.gif" width="112" height="48" border="0"  alt="ActiveState" /></a></td>
  19. </tr>
  20. <tr>
  21. <td class="lineColour" colspan="3"></td>
  22. </tr>
  23. </table>
  24.  
  25. <h1>Contents</h1>
  26. <ul>
  27.   <li><a class="doc" href="#What_is_ActivePerl">What is ActivePerl</a></li>
  28.   <li><a class="doc" href="#Using_ActivePerl">Getting Started on Windows</a></li>
  29.   <li><a class="doc" href="#Troubleshooting_FAQ">Troubleshooting ActivePerl</a></li>
  30. </ul>
  31.  
  32. <h2><a name="What_is_ActivePerl">What is ActivePerl?</a></h2>
  33.  
  34. <p>ActivePerl is a quality-assured binary build of Perl, available for 
  35. Windows, Linux and Solaris.</p>
  36.  
  37. <h3>New Features in ActivePerl 5.8:</h3>
  38. <ul>
  39.   <li>I/O filters</li>
  40.   <li>Improved Unicode support</li>
  41.   <li>Reliable signals</li>
  42.   <li>New <code>threads</code> package</li>
  43.   <li>Better accuracy in numeric operations</li>
  44.   <li>Support for large file operations on all platforms</li>
  45.   <li>Additional documentation and tutorials</li>
  46. </ul>
  47.  
  48. <h3>The complete ActivePerl Package contains:</h3>
  49. <ul>
  50.   <li>Perl - binary of core perl distribution</li>
  51.   <li>Complete Online documentation</li>
  52.   <li>Perl Package Manager - Perl extension installer and manager.</li>
  53. </ul>
  54.  
  55. <h3>The Windows version also includes:</h3>
  56. <ul>
  57.   <li>Perl for ISAPI - IIS plug-in that makes perl CGI faster</li>
  58.   <li>PerlScript - ActiveX scripting engine, like JavaScript or VBScript with a
  59.     Perl brain</li>
  60.   <li>PerlEz - Embedded Perl</li>
  61. </ul>
  62.  
  63. <h2><a name="Using_ActivePerl">Getting Started on Windows</a></h2>
  64.  
  65. <h3>Running Perl scripts from the command line</h3>
  66.  
  67. <p>To run your Perl scripts, type:</p>
  68.  
  69. <blockquote><code>perl -w yourscriptname.pl</code></blockquote>
  70.  
  71. <p>at the command prompt, where <code>yourscriptname.pl</code> is the name of
  72. the script you want to run.  If you are using Windows and have
  73. associated the extension of the file with perl, typing <code>yourscriptname</code>
  74. (i.e., without the <code>.pl</code> extension) will also launch the script.</p>
  75.  
  76. <h3>Sample Script</h3>
  77.  
  78. <p>In the <code>/eg</code> directory of your Perl install there is a sample
  79. script named <code>example.pl</code> To run it, launch a console window, make
  80. the <code>/eg</code> directory your current working directory and type:</p>
  81.  
  82. <blockquote>
  83. <code>perl example.pl</code>
  84. </blockquote>
  85.  
  86. <p>You should see:</p>
  87.  
  88. <blockquote>
  89. <code>"Hello from ActivePerl!"</code>
  90. </blockquote>
  91.  
  92. <p>If you do, you've successfully installed ActivePerl! If not, there's
  93. something wrong with your installation. Check to make sure that your PATH
  94. environment variable includes the directories to which you installed the
  95. Perl core binaries.
  96. (You can type <code>set</code> at the command prompt to see what's in your
  97. Path.) If you chose the defaults during the install, these should be set to the
  98. correct values for you when you start a new command prompt.</p>
  99.  
  100. <p>One last note: typing <code>perl -h </code>will display all of the available
  101. command line options available to you.</p>
  102.  
  103. <h2><a name="Troubleshooting_FAQ">Troubleshooting ActivePerl</a></h2>
  104.  
  105. <p>ActivePerl includes a collection of 
  106. <a class="doc" href="faq/ActivePerl-faq.html">Frequently
  107. Asked Questions about ActivePerl</a>. The FAQ is a valuable source of distilled
  108. wisdom about using Perl. It is a must read!</p>
  109.  
  110. <p>The <a class="doc" href="lib/Pod/perlfaq.html">Perl FAQ</a> is included in 
  111. the ActivePerl documentation, and answers many questions regarding the use of 
  112. Perl.</p>
  113.  
  114. <p>Search the 
  115. <a class="doc" target="_blank" 
  116. href="http://www.ActiveState.com/ASPN/Mail/browse/activeperl">ActivePerl Mailing 
  117. List</a> archives for information about your problem.  Before posting to the 
  118. mailing list, ensure that you have thoroughly read the FAQs and the relevant 
  119. Perl documentation.</p> 
  120.  
  121. <p>See <a class="doc" href="resources.html">More Resources</a> for additional 
  122. sources of information.</p>
  123.  
  124. </body>
  125.  
  126. </html>
  127.