It seems that to pass paramenters into a post I can use the following method
my $rq=HTTP::Request->new(POST => http://www.posturl.com,["name" => "Philip", "gender" => "male"]); What if the paramenters like name and gender are stored in an associative array which may be variable. I tried passing the values using an associative array and also an array as well as an array containing the strings "name" => "philip" and "gender" => "male" but they parameters never got passed. Need some help here. Thanks Philip -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>