home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / perl / perl_1 / Perlsource / source / ReadMe
Encoding:
Text File  |  1996-03-04  |  1.3 KB  |  28 lines

  1. This archive contains the source files for the RISC OS port (v1.51) of Perl
  2. 5.001 for those who wish to recompile it on their own machines.  They are
  3. part of the full distribution so please read the documentation for that.
  4.  
  5. ----------------------------------------------------------------------------
  6. Version 1.51 does NOT include internet support, since it did not work. Please
  7. note Luke's comments below on the Utils library and the stat header. This
  8. release is supplied by me with the agreement of Luke.
  9.  
  10. Steve Ellacott (S.W.Ellacott@brighton.ac.uk)
  11. ----------------------------------------------------------------------------
  12.  
  13. Unlike version 1.0, UnixLib is no longer used, but you will need a copy of
  14. Paul Moore's Utils library which is available from hensa (a043.arc) and
  15. probably other archives. The file sys/stat.h from this has been slightly
  16. altered (some extra fields added) to keep perl 5 happy and is included here.
  17. If you want to compile in the socket interface then you'll need a copy of
  18. NetLib too. This probably won't work anyway so you can leave it out and
  19. undefine the symbols HAS_SOCKET,I_NET_ERRNO and I_SYS_IOCTL which are in
  20. config.h.
  21.  
  22. Please send any bugfixes, additions or suggestions to me rather than
  23. distributing other copies.
  24.  
  25. Luke.
  26.  
  27. ltaylor@physics.gla.ac.uk
  28. gapv76@udcf.gla.ac.uk