in reply to
Re: passing args in html
in thread
passing args in html
The
&
s in URLs should be written
&
and
&
in HTML. (
reference
). If the CGI, etc. you are calling supports it, it would probably be cleaner to use
;
instead of
&
as the parameter seperator. (
CGI.pm
supports this.)
Comment on
Re: Re: passing args in html
Select
or
Download
Code
In Section
Seekers of Perl Wisdom