home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 1997 / CT_SW_97.ISO / pc / software / entwickl / win95 / pw32i306.exe / docs / Perl-Win32 / readme.txt < prev    next >
Text File  |  1997-03-18  |  10KB  |  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. To see what has been included in this release of Perl for Win32, please
  20. see the file "RELEASE.TXT".
  21.  
  22. Windows 95 users, be sure to check "WIN95.TXT".
  23.  
  24. The entire Perl 5 manual can be viewed with your WWW browser of choice (i.e.
  25. Netscape) by opening the file "PerlW32.html" in the 'docs\Perl-Win32' directory.
  26.  
  27. "Windows NT" is a registered trademark of Microsoft Corporation.
  28.  
  29. -----------------------------------------------------------------------------
  30.  
  31. Conditions for use of Perl for Win32, PerlScript and Perl for ISAPI Packages
  32. ============================================================================
  33.  
  34.  
  35.     'Perl for Win32', 'PerlScript', 'Perl for ISAPI', and 'ActiveWare'
  36.     are trademarks of ActiveWare Internet Corp. Any use of these trademarks
  37.     requires written permission from ActiveWare Internet Corp.
  38.     
  39. Portions (C) 1995, 1996, 1997 Microsoft Corporation. All rights reserved. 
  40.         Developed by ActiveWare Internet Corp., http://www.ActiveWare.com
  41.  
  42.     This program is free software; you can redistribute it and/or modify
  43.     it under the terms of either:
  44.     
  45.     a) the GNU General Public License as published by the Free
  46.     Software Foundation; either version 1, or (at your option) any
  47.     later version, or
  48.  
  49.     b) the "Artistic License" included in this kit.
  50.  
  51.     This program is distributed in the hope that it will be useful,
  52.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  53.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See either
  54.     the GNU General Public License or the Artistic License for more details.
  55.  
  56.     You should have received a copy of the Artistic License with this
  57.     Kit, in the file named "LICENSE.txt".  If not, we'll be glad to provide
  58.     one.
  59.  
  60.     You should also have received a copy of the GNU General Public License
  61.     along with this program; if not, write to the Free Software
  62.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  63.  
  64.     For those of you that choose to use the GNU General Public License,
  65.     our interpretation of the GNU General Public License is that no Perl
  66.     script falls under the terms of the GPL unless you explicitly put
  67.     said script under the terms of the GPL yourself.  Furthermore, any
  68.     object code linked with perl does not automatically fall under the
  69.     terms of the GPL, provided such object code only adds definitions
  70.     of subroutines and variables, and does not otherwise impair the
  71.     resulting interpreter from executing any standard Perl script.  We
  72.     consider linking in C subroutines in this manner to be the moral
  73.     equivalent of defining subroutines in the Perl language itself.  You
  74.     may sell such an object file as proprietary provided that you provide
  75.     or offer to provide the Perl source, as specified by the GNU General
  76.     Public License.  (This is merely an alternate way of specifying input
  77.     to the program.)  You may also sell a binary produced by the dumping of
  78.     a running Perl script that belongs to you, provided that you provide or
  79.     offer to provide the Perl source as specified by the GPL.  (The
  80.     fact that a Perl interpreter and your code are in the same binary file
  81.     is, in this case, a form of mere aggregation.)  This is our interpretation
  82.     of the GPL.  If you still have concerns or difficulties understanding
  83.     our intent, feel free to contact us.  Of course, the Artistic License
  84.     spells all this out for your protection, so you may prefer to use that.
  85.  
  86.  
  87. -----------------------------------------------------------------------------
  88.  
  89. Acknowledgments
  90. ===============
  91.  
  92. Thanks to Larry Wall for making this possible, as well as all the perl5porters
  93. (especially Tim Bunce).
  94.  
  95. Clark Williams from Intergraph and Dean Troyer from Honeywell for their work 
  96. on porting Perl 4 to Windows NT, and their help in this port.
  97.  
  98. Perl for Win32 Team: Dick Hardt, Douglas Lankshear.
  99.  
  100. -----------------------------------------------------------------------------
  101.  
  102. Platforms supported
  103. ===================
  104.  
  105. Perl for Win32 is currently available as a compiled binary for the following platforms:
  106.  
  107.   Intel 80x86
  108.   ALPHA
  109.  
  110. The source code should compile on any platform supported by Windows NT. 
  111.  
  112. -----------------------------------------------------------------------------
  113.  
  114. System Requirements
  115. ===================
  116.  
  117. To run Perl for Win32, you will need a computer running Windows NT
  118. Workstation/Server 3.5 or later, with at least 2 MB of disk space free.
  119.  
  120. If you plan on building from the source, the amount of disk space required 
  121. increases to at least 10 MB.
  122.  
  123. Perl for Win32 was built using Microsoft Visual C++ version 4.2.
  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.         RELEASE.txt      Perl for Win32 revision history, changes since
  158.                           last release, and plans for future releases.
  159.         STATUS.txt      List of unsupported functions and features.
  160.  
  161. -----------------------------------------------------------------------------
  162.  
  163. Submitting comments and feedback on Perl for Win32
  164. ==================================================
  165.  
  166. All questions, comments, and feedback can be sent to Perl-Win32-users@ActiveWare.com,
  167. or to the discussion list (see below for information on how to subscribe).  
  168.  
  169. Bug reports can be mailed to perl@ActiveWare.com 
  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:       JOIN 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:       JOIN 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.