http://www.perlmonks.org?node_id=141852


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.)