I am using exec cgi= command in my html page I am wondering how to execute script but with added parameter (or argv, if one prefere)?
ex: #exec cgi="/dir/blah.pl argv"
The above example returns error.
Bye!