home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / ntcode / ntperlb / nt / manifest.txt next >
Encoding:
Text File  |  1995-05-19  |  2.9 KB  |  55 lines

  1. -----------------------------------------------------------------------
  2. Files contained in the Perl for NT release.
  3. -----------------------------------------------------------------------
  4.  
  5. manifest.txt        - This file.
  6. readme.txt          - Brief information file.
  7. relnotes.txt        - General information about the NT port.
  8. status.txt          - Status of Perl feature support.
  9. registry.txt        - File that documents the NT registry subroutines.
  10. regupdat.cmd        - Perl script to update perl keys in NT registry.
  11. uninstal.cmd        - Perl script to remove perl keys from NT registry.
  12. perlhp.hlp          - Perl help file.
  13. bin\perl.exe        - perl executable.
  14. bin\perlglob.exe    - wildcard expansion routine.
  15. lib\abbrev.pl       - Abbreviation library.
  16. lib\assert.pl       - Assert subroutine library.
  17. lib\bigfloat.pl     - Large floating point library.
  18. lib\bigint.pl       - Large integer library.
  19. lib\bigrat.pl       - Large rational number library.
  20. lib\cacheout.pl     - File handle cache.
  21. lib\chat2.pl        - Subprocess communications package.
  22. lib\complete.pl     - Filename completion routines.
  23. lib\ctime.pl        - Time manipulation routines.
  24. lib\dumpvar.pl      - Package examination routine.
  25. lib\except.pl       - Exception handling routines.
  26. lib\fastcwd.pl      - Working directory manager.
  27. lib\find.pl         - clone of unix "find" command.
  28. lib\finddep.pl      - line find.pl except uses a depth-first search.
  29. lib\flush.pl        - Flush output in a file handle.
  30. lib\getcwd.pl       - Another working directory package.
  31. lib\getopt.pl       - Parse command line options.
  32. lib\getopts.pl      - Another variant of command line processing.
  33. lib\impenv.pl       - Import environment to perl variables
  34. lib\look.pl         - Sorted file search routine.
  35. lib\ngetopt.pl      - Another version of getopt.
  36. lib\open2.pl        - open a child for read AND write.
  37. lib\perldb.pl       - Perl debugger.
  38. lib\pwd.pl          - Tracks the working directory so that the PWD
  39.                     - Splits a line (or array of lines) into words like a
  40.                     - sets 13 scalar variables to the return value of stat
  41.                     - Logging functions using the syslogd(8) program.
  42. lib\registry.pl     - Constants used with NT registry access functions.
  43. lib\termcap.pl      - Access to termcap functions.
  44. lib\timelocl.pl     - inverse of localtime() and gmtime().
  45. lib\validate.pl     - File test routines.
  46. eg\find83.cmd       - Perl script to locate files that don't conform to
  47.                       the 8.3 file naming convention.
  48. eg\ntcvt.cmd        - Perl script to make an existing perl script
  49.                       runnable under NT.
  50. eg\status.cmd       - script to parse the NT Perl status file and report
  51.                       on number of Tested, Untested, NYI, and N/A
  52.                       features. 
  53. eg\sock.cmd         - example program using sockets.
  54.  
  55.