http://qs321.pair.com?node_id=230395


in reply to CGI : How to put an "&" into a GET-parameter

Why not change the data before you send it?
$data=~ s/&/&/g;

-phill

Update: Brain bungling by me. Untested knee jerk answer that does not work. Go with Flame's answer for what I was trying to say.