$postStr ="ettablenr=2&etcell2x1=Task&etcell2x2=1&etcell2x3=2&etcell24 +=3&etcell2x5=High&etrows=2&etsave=Save table"; $ua = LWP::UserAgent->new; my $req = HTTP::Request->new(POST =>$PATH . @TaskName[1]. '#edittable2 +'); $req->content_type('application/x-www-form-urlencoded'); $req->content_type($postStr); my $res = $ua->request($req); print $res->as_string;
In reply to LWP : Post Problem by csuresh01
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |