Prabu Ayyappan wrote:
I want to Pass values for GET method. As like we pass value for POST method
<snip>
When am passing the value through the Query String it is working http://mylink?user=json%3A%5B%27testuser%27%5D $req = HTTP::Request->new(GET => $url);
So why don't you stick with that? I don't think that GET requests are supposed to have contents. -- Gunnar Hjalmarsson Email: http://www.gunnar.cc/cgi-bin/contact.pl -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/