Re: comand line arguments, but with web

2001-11-16 Thread Robert Thompson
Sorry for the late reply, but the rules for CGI are pretty simple concerning this and using a bulky module such as CGI for something simple may not be the optimum path for your needs. Basically, you can think of the url as the commnad line, with the full path to your command

RE: comand line arguments, but with web

2001-11-14 Thread Pradeep Sethi
Your question is related how to do CGI programming in perl. There are two ways in which, we can pass values to a Perl web page. POST GET, passing the values in the address bar like www.mysite.com/show?name=peter is get and passing thru a web form page normally uses post. Both of these variables