in reply to Re: Re: Re: (nrd) LWP || HTML:: Request and Javascripts
in thread LWP || HTML:: Request and Javascripts

OK, this is how to do it.
POST 'http://www.perl.org/survey.cgi', Content_Type => 'form-data', Content => [ name => 'Gisle Aas', email => 'gisle@aas.no', gender => 'M', born => '1964', init => ["$ENV{HOME}/.profile"], ]
Sorry I didn't saw it yesterday, went too fast on it, didn't notice...
All my apologies.