home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Komunikace / phptriad / phptriadsetup2-11.exe / Perl / README.txt < prev    next >
Text File  |  2000-03-28  |  2KB  |  43 lines

  1. nsPerl is a binary distribution of dynamic Perl.  To install it:
  2.  
  3.     cd # to the directory in which you want to install it.
  4.     unzip nsPerl5.005_03-12-MSWin32-x86.zip
  5.     cd nsPerl5.005_03
  6.     .\install
  7.  
  8. bin\MSWin32-x86\nsperl is your new Perl interpreter.  For example:
  9.  
  10.     bin\MSWin32-x86\nsperl -v
  11.  
  12. To make it easy to run Perl from a command prompt, copy the file
  13. bin\MSWin32-x86\nsperl.exe into one of the directories named in your
  14. PATH environment variable.  Once that's done, the command `nsperl`
  15. will run Perl.  If you prefer the command `perl`, rename the copy
  16. from nsperl.exe to perl.exe.
  17.  
  18. bin contains various Perl scripts.  To make it easier to run them
  19. from a command prompt, copy them into one of the directories named
  20. in your PATH evironment variable.
  21.  
  22. lib\MSWin32-x86\nsPerl contains software that reconfigures Perl
  23. to work on your machine.  Its source code is in the subdirectory src
  24. (which you can discard, without affecting other programs' behavior).
  25.  
  26. The rest of this package was built from standard Perl source code.
  27. You can get a copy from http://www.perl.com/CPAN/src/5.0/maint/
  28. or http://www.perl.org
  29.  
  30. To make Perl occupy less disk space, you can remove its documentation;
  31. that is lib/pod/html or lib/pod.  There's a copy of the documentation
  32. at http://www.perl.com/CPAN/doc/ , although it's not the same version
  33. as this copy of Perl.
  34.  
  35. If you want to automate the installation of nsPerl, the algorithm
  36. supported in all versions is to execute .\install, with the current
  37. working directory set to the only directory unpacked from the archive
  38. file.  .\install creates a Perl interpreter program named nsperl.exe,
  39. which can be moved or copied elsewhere without loss of functionality.
  40.  
  41. - John Kristian <kristian@netscape.com>
  42.  
  43.