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 can be accessed using CGI module. Perldoc CGI > -----Original Message----- > From: I.J. [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 14, 2001 10:21 AM > To: [EMAIL PROTECTED] > Subject: comand line arguments, but with web > > > Hello, > I am not sure how to pass arguments when working on web? Is there some > online tutorial about this? > Surfing on web, and peeking my address bar, I noticed that it lokes > somenthing script.pl?t=text&o=orange. > How to work with those arguments in the script? > > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]