home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Web Server / Savant.exe / disk1 / data1.cab / Perl5 / perl5 / docs / readme.txt < prev    next >
Encoding:
Text File  |  2001-02-23  |  9.3 KB  |  251 lines

  1.  
  2. You are reading: README.TXT
  3. ---------------------------
  4.  
  5. This file gives an overview of Perl for Win32
  6.  
  7. It includes the following:
  8.   Conditions for use of Perl for Win32
  9.   Acknowledgements
  10.   Platforms Supported
  11.   System Requirements
  12.   Differences between/additions to the UNIX version
  13.   Listing of other documents in this Kit
  14.   Submit comments and feedback on Perl for Win32
  15.   Where to get more information
  16.  
  17. For information on installing Perl for Win32, please refer to the file "INSTALL.TXT".
  18.  
  19.  
  20. "Windows NT", "Windows 95", and "Windows 98" are registered trademarks of Microsoft
  21. Corporation.
  22.  
  23. -----------------------------------------------------------------------------
  24.  
  25. Conditions for use of Perl for Win32, PerlScript and Perl for ISAPI Packages
  26. ============================================================================
  27.  
  28.  
  29. This version of Perl for Win32 has been adapted for use with the Savant
  30. Web Server.  Since Savant is mirrored widely, the complete Perl5 manual
  31. has been omitted to save bandwidth and disk space.  The complete manual,
  32. as well as the source code to Perl5, is available from the ActiveWare
  33. Corporation at http://www.activeware.com
  34.  
  35.  
  36. 'Perl for Win32', 'PerlScript', 'Perl for ISAPI', and 'ActiveWare'
  37. are trademarks of ActiveWare Internet Corp. Any use of these trademarks
  38. requires written permission from ActiveWare Internet Corp.
  39.     
  40. Portions (C) 1995, 1996, 1997 Microsoft Corporation. All rights reserved. 
  41.    Developed by ActiveWare Internet Corp., http://www.ActiveWare.com
  42.  
  43. This program is free software; you can redistribute it and/or modify
  44. it under the terms of either:
  45.     
  46.     a) the GNU General Public License as published by the Free
  47.     Software Foundation; either version 1, or (at your option) any
  48.     later version, or
  49.  
  50.     b) the "Artistic License" included in this kit.
  51.  
  52.     This program is distributed in the hope that it will be useful,
  53.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  54.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See either
  55.     the GNU General Public License or the Artistic License for more details.
  56.  
  57.     You should have received a copy of the Artistic License with this
  58.     Kit, in the file named "LICENSE.txt".  If not, we'll be glad to provide
  59.     one.
  60.  
  61.     You should also have received a copy of the GNU General Public License
  62.     along with this program; if not, write to the Free Software
  63.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  64.  
  65.     For those of you that choose to use the GNU General Public License,
  66.     our interpretation of the GNU General Public License is that no Perl
  67.     script falls under the terms of the GPL unless you explicitly put
  68.     said script under the terms of the GPL yourself.  Furthermore, any
  69.     object code linked with perl does not automatically fall under the
  70.     terms of the GPL, provided such object code only adds definitions
  71.     of subroutines and variables, and does not otherwise impair the
  72.     resulting interpreter from executing any standard Perl script.  We
  73.     consider linking in C subroutines in this manner to be the moral
  74.     equivalent of defining subroutines in the Perl language itself.  You
  75.     may sell such an object file as proprietary provided that you provide
  76.     or offer to provide the Perl source, as specified by the GNU General
  77.     Public License.  (This is merely an alternate way of specifying input
  78.     to the program.)  You may also sell a binary produced by the dumping of
  79.     a running Perl script that belongs to you, provided that you provide or
  80.     offer to provide the Perl source as specified by the GPL.  (The
  81.     fact that a Perl interpreter and your code are in the same binary file
  82.     is, in this case, a form of mere aggregation.)  This is our interpretation
  83.     of the GPL.  If you still have concerns or difficulties understanding
  84.     our intent, feel free to contact us.  Of course, the Artistic License
  85.     spells all this out for your protection, so you may prefer to use that.
  86.  
  87.  
  88. -----------------------------------------------------------------------------
  89.  
  90. Acknowledgments
  91. ===============
  92.  
  93. Thanks to Larry Wall for making this possible, as well as all the perl5porters
  94. (especially Tim Bunce).
  95.  
  96. Clark Williams from Intergraph and Dean Troyer from Honeywell for their work 
  97. on porting Perl 4 to Windows NT, and their help in this port.
  98.  
  99. Perl for Win32 Team: Dick Hardt, Douglas Lankshear.
  100.  
  101. -----------------------------------------------------------------------------
  102.  
  103. Platforms supported
  104. ===================
  105.  
  106. Perl for Win32 is currently available as a compiled binary for the following platforms:
  107.  
  108.   Intel 80x86
  109.   ALPHA
  110.  
  111. The source code should compile on any platform supported by Windows NT. 
  112.  
  113. -----------------------------------------------------------------------------
  114.  
  115. System Requirements
  116. ===================
  117.  
  118. This version of Perl for Win32 has been optimized for use with the Savant Web
  119. Server.  
  120.  
  121. To run Perl for Win32, you will need a computer running Windows NT 3.5 or later, or
  122. Windows 95 OSR2 or later, with at least 2 MB of disk space free.
  123.  
  124. The source release of Perl for Win32 includes the source files and
  125. test scripts. There is also a makefile for building Perl for Win32 from the SDK.
  126.  
  127. -----------------------------------------------------------------------------
  128.  
  129. Differences between/additions to the UNIX distribution
  130. ======================================================
  131.  
  132. This port of Perl for Win32 is based upon the UNIX distribution of Perl 5.
  133. Any modifications made to the UNIX distribution will be submitted to the UNIX
  134. porting team so that they may be included when their next port is released.
  135.  
  136. Perl scripts written under UNIX terminate lines with a line feed. 
  137. Win32, however,  terminates text lines with two characters: a carriage
  138. return AND a line feed.  Be warned: if you are moving Perl scripts over to
  139. your Win32 machine from UNIX, you may have some reformatting to do!
  140.  
  141. Since not all of the functions from the UNIX version of Perl 5 have analogs in
  142. the Win32 realm, we've left some unimplemented!  A list of all functions
  143. NOT implemented in this release can be found in "STATUS.TXT".
  144.  
  145. -----------------------------------------------------------------------------
  146.  
  147. Listing of other documents:
  148. ===========================
  149.  
  150.         INSTALL.txt       Instructions for installing Perl for Win32
  151.         LICENSE.txt       The GNU "General Public License" and "Artistic License" 
  152.         PerlW32.html      First page of Perl for Win32 HTML documentation,
  153.                           including the original Perl 5 Manual Pages, and our
  154.                           extensions to Perl 5.  This file and the rest of the
  155.                           HTML pages are located in the 'docs\Perl-Win32' 
  156.                           subdirectory.
  157.         STATUS.txt      List of unsupported functions and features.
  158.  
  159. -----------------------------------------------------------------------------
  160.  
  161. Submitting comments and feedback on Perl for Win32
  162. ==================================================
  163.  
  164. All questions, comments, and feedback can be sent to Perl-Win32-users@ActiveWare.com,
  165. or to the discussion list (see below for information on how to subscribe).  
  166.  
  167. Bug reports can be submitted at http://www.ActiveState.com/bugs 
  168.  
  169. New features can be suggested at http://www.ActiveState.com/support/addfeature.htm
  170.  
  171. -----------------------------------------------------------------------------
  172.  
  173. Where to get more info
  174. ======================
  175.  
  176. By Mail:
  177. ~~~~~~~~
  178.    If you are interested in the latest news on Perl for Win32, we have set
  179.    up two lists: 
  180.  
  181.    perl-win32-users - discussion list
  182.  
  183.         send mail to:       ListManager@ActiveWare.com 
  184.  
  185.             with:       SUBSCRIBE perl-win32-users 
  186.  
  187.             as the message body
  188.  
  189.         or  with:    DIGEST perl-win32-users 
  190.         
  191.             as the message body to join in digest mode
  192.  
  193.  
  194.    perl-win32-announce - announcements
  195.  
  196.         send mail to:       ListManager@ActiveWare.com 
  197.  
  198.             with:       SUBSCRIBE perl-win32-announce 
  199.  
  200.             as the message body
  201.  
  202. In print:
  203. ~~~~~~~~~
  204. There are two good books by O'Reilly & Associates, Inc. about Perl: "Learning
  205. Perl", and "Programming Perl", both by Randal Schwartz and Larry Wall.
  206. O'Reilly's web site is http://www.ora.com.
  207.  
  208.  
  209. By Usenet Newsgroups:
  210. ~~~~~~~~~~~~~~~~~~~~~
  211.  
  212. The Usenet newsgroup comp.lang.perl is your best place to get help on Perl,
  213. although it is soon to be depreciated in use, to be replaced by
  214. comp.lang.perl.announce and comp.lang.perl.misc.
  215.  
  216.  
  217. On the World Wide Web:
  218. ~~~~~~~~~~~~~~~~~~~~~~
  219.  
  220. Perl Meta-FAQ
  221.     (http://www.khoros.unm.edu/staff/neilb/perl/metaFAQ/metaFAQ.html)
  222.  
  223. Perl5 Information, Announcements, and Discussion
  224.     (http://www.metronet.com/perlinfo/perl5.html)
  225.  
  226. PERL Man pages 
  227.     (http://www.metronet.com/0/perlinfo/perl5/manual/perl.html)
  228.  
  229. Perl reference materials
  230.     (http://www.eecs.nwu.edu/perl/perl.html)
  231.  
  232. UF/NA Perl Archive
  233.     (http://www.cis.ufl.edu:80/perl/)
  234.  
  235.  
  236. Via FTP:
  237. ~~~~~~~~
  238.  
  239. ftp://ftp.microsoft.com/bussys/winnt/winnt-public/reskit/nt351/
  240. ftp://ftp.khoros.unm.edu/pub/perl/
  241. ftp://perl.com/pub/perl/
  242. ftp://ftp.cis.ufl.edu/pub/perl/
  243. ftp://ftp.cs.ruu.nl/pub/PERL/
  244. ftp://ftp.funet.fi/pub/languages/perl/ports/
  245. ftp://ftp.khoros.unm.edu/pub/perl/
  246. ftp://src.doc.ic.ac.uk/packages/perl5/
  247.  
  248.  
  249. -----------------------------------------------------------------------------
  250.  
  251.