in reply to Passing parameters to a Perl script via an RSS feed

Corions answer is correct, you should encode entities.

But for URLs I recommend using ; instead of &. This works for perl scripts that use CGI and similar modules, and it is what is used on perlmonks.org.