
Kanji
User
Sep 29, 2000, 2:08 AM
Post #3 of 4
(5450 views)
|
Re: Passing args in command line
[In reply to]
|
Can't Post
|
|
If you're using CGI.pm, then you want ... <BLOCKQUOTE><font size="1" face="Arial,Helvetica,sans serif">code:</font><HR> script.cgi "var=something" "another_var=something else"</pre><HR></BLOCKQUOTE> ... which CGI.pm will automatically convert into param('var'), etc. for you so that you don't have to work out how args are getting in.
|