Setting Up CGI Scripts on the CS Webservers

Revision as of 15:46, 22 February 2010 by Steve410 (talk | contribs) (Created page with ' == Calling up your CGI script == To call up your cgi-script via a web browser, use the following format (replace “username” with your username and “test.pl” with your p...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Calling up your CGI script

To call up your cgi-script via a web browser, use the following format (replace “username” with your username and “test.pl” with your perl script name.)

On the CS Grad Net:

               ''http://www.cs.jhu.edu/cgi-bin/cgiwrap/username/test.pl''

On the CS Ugrad Net:


 ''http://ugradcs.jhu.edu/cgi-bin/cgiwrap/username/test.pl''