I'm trying to post form data to a cgi script using the above.
I've got $action set as :-
$action="cgi-bin/pl.cgi?phone=+44.123456789
The problem is that the perl script appears to be getting the phone number as
" 123456789" ie a space at the start.
What can I do to get the + passed to the perl script correctly?