![]() |
Home page | Preface | Book Contents | Programs | Example Chapter | Exercises | Background | ![]() |
Running a CGI script in a users home directory.
The cgi script bsc_run will allow the execution of a CGI script in the users home directory. For example, to run the CGI script test in the user's mas home directory the following is entered in a html file.
Formatted text | HTML markup required |
---|---|
Execute test |
<A HREF="http://hyperion/cgi-bin/bsc_run?user=mas&file=test"> Execute test </A> |
The program mas will list the contents of some important environment variables to the user.
When running a program for example: test for the user mas the following should be noted.
To view (highlighted keywords) | To download (plain ascii text) |
cgi_pars.ada | cgi_pars.ada |