home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / perl / perl_2 < prev    next >
Encoding:
Text File  |  1999-04-27  |  2.6 KB  |  66 lines

  1. Title:            PERL
  2. Author:            Larry Wall (lwall@netlabs.com)
  3. Version:        5.001
  4. Title From:        Documentation
  5. Author From:        Documentation
  6. Version From:        Documentation
  7. Supplier:        Steve Ellacott (S.W.Ellacott@brighton.ac.uk)
  8. Date:            05/03/96
  9. Keywords:               Report generators ; Program processors ;
  10.                         Programming languages
  11. Shareware:        
  12. Machine:        Archimedes
  13. Operating system:    RISCOS
  14. Memory requirements:    
  15. Peripherals needed:    
  16. Other s/ware needed:    
  17. Directory:        micros/arch/riscos/a/a049
  18. Date mounted/updated:    10/06/96
  19. File names:        perl5man.arc
  20.             perlop.html
  21.             a049h.arc
  22.             perl.arc
  23. Unarchived files:    289
  24. Unarchived size:    5368 kbytes
  25. Omissions:        
  26. See also:        
  27.  
  28. -------------------------------------------------------------------------------
  29.  
  30. Acquiring the package:
  31.  
  32. Download the archive file(s) and extract using SparkPlug 2 (see the "tools_help"
  33. file in arch/riscos/tools for further info).
  34.  
  35.  
  36. Description:
  37.  
  38. Perl is an interpreted language optimized for scanning arbitrary text files,
  39. extracting information from those text files, and printing reports based on
  40. that information.  It's also a good language for many system management tasks.
  41. It combines some of the best features of C, sed, awk and sh, so people familiar
  42. with those languages should have little difficulty with it.  Expression syntax
  43. corresponds quite closely to C expression syntax.
  44.  
  45. This is the RISC OS port originally by Luke Taylor, extended and revised by
  46. Steve Ellacott. These extensions include a port of the GNU gdbm database
  47. manager (permitting associative arrays to be stored on disc) and access to the
  48. RISCOS kernel.  Several serious bugs have been fixed and some test scripts are
  49. included.  A manual in Impression format is also included.
  50.  
  51. The Perl package directory contains the file a049h.arc which is a !SrcEdit
  52. format help file for the programming language Perl.  Although of greatest use
  53. to people using !SrcEdit the file is useful for on-line help with any editor as
  54. a search may be made for '%<keyword>' which will find the entry for <keyword>
  55. if it exists.  Author: Ashley Oliver.  See HELPUPDATE (a289) for a utility to
  56. convert to StrongHelp format.  This file covers Perl versions preceding 5.
  57.  
  58. perl5man.arc is a StrongHelp format help file.  It contains the complete
  59. documentation for Perl 5.001, including everything you need in order to learn
  60. how to program in Perl, in an easy-access form.  To read it, you will need
  61. StrongHelp version 2.02, which is available in package d126.  Those using
  62. StrongEd will be able to automatically get help on a function by pressing F1.
  63. Conversion from POD to StrongHelp format by Michael Attenborough.
  64.  
  65. perlop.html is an HTML file describing the Perl operators.
  66.