home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / MacPerl 5.0.3 / MacPerl Source ƒ / MacPerl5 / README.CGI < prev    next >
Encoding:
Text File  |  1994-12-09  |  1.4 KB  |  47 lines  |  [TEXT/MPS ]

  1. MacHTTP CGI Script Extension for MacPerl                    M. Neeracher 08Dec94
  2.  
  3. WHAT IS THIS?
  4.  
  5. This package contains an extension for MacPerl 4.1.4 and later which allows MacPerl
  6. scripts to be saved in an application that is suitable for calling by MacHTTP.
  7.  
  8. WHAT DO I NEED TO USE THIS?
  9.  
  10.  - A recent version of MacPerl. Only 4.1.4 and later will do. Currently, MacPerl
  11.    4.1.4 is still in beta testing, you can get a copy in
  12.     
  13.        ftp://err.ethz.ch/pub/neeri/MacPerlBeta
  14.  
  15.  - A recent version of MacHTTP, available from ???. Alternatively, you can test
  16.    your CGI scripts from AppleScript using CGITest.AS.
  17.  
  18. HOW DO I INSTALL THIS?
  19.  
  20.  - Copy the file "MacHTTP CGI Script" into the folder "MacPerl Extensions" in either
  21.    your MacPerl folder or in the preferences folder.
  22.  
  23. HOW DO I USE THIS?
  24.  
  25. Once the extension is installed, you will be able to open and save MacPerl CGI scripts
  26. from the MacPerl Application. When saving a script, chose "MacHTTP CGI Script" from
  27. the popup menu at the bottom of the "Save As…" dialog.
  28.  
  29. The Example.CGI script shows how to access the parameters passed to the script
  30. by MacHTTP.
  31.  
  32. FURTHER QUESTIONS?
  33.  
  34. Ask Matthias Neeracher <neeri@iis.ee.ethz.ch>
  35.  
  36. REVISION HISTORY
  37.  
  38. 08Dec94    Added further keywords, handle printing on STDERR.
  39.  
  40. 30Nov94    We can now simply print to STDOUT. Improved user interface.
  41.  
  42. 16Sep94    CRLF translation for header.
  43.  
  44. 31Jul94    Support POST method.
  45.  
  46. 14Jun94    Original version.
  47.