home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / Javascript / InteractiveWebDesignJavascript / Scripting / cgi1 / perl / oms_stuff.ZIP / readme.txt < prev    next >
Encoding:
Text File  |  1998-01-15  |  839 b   |  21 lines

  1. Get your Perl Binary from http://www.activestate.com/
  2.  
  3. The Perl foolder on this disk has a file in a subdirectory
  4. called "cgi-lib.pl" this file is required by the OMS. 
  5. It goes in the "lib" folder of the perl directory after you
  6. download the perl binary and install it.
  7.  
  8. In order to get the web server to invoke a perl executable,
  9. you should run regedit and follow the example in the file
  10. regedit.zip (a windows bitmap image). See the OMS configuration 
  11. page for more info.
  12.  
  13. test.pl is a hello world program. It should be placed
  14. in an executable directory accessible to your web server.
  15. You can invoke the program by typing the appropriate
  16. url into your web browser.
  17. Example:  http:/localhost/cgi-bin/test.pl
  18.  
  19. oms.zip contains a simple web database application for win32; 
  20. consult the configuration documentation page.
  21.