use LWP::UserAgent; use DBI; #Step 1 : Move dcr to correct location #Step 2 : Generate acuate report - SOAP call #Step 3 : Call JSP $page = 'http://128.31.33.22/maintenance/adrian/reportlet/Green_1b/repServerRed.jsp?username=adrianh'; $ua = new LWP::UserAgent; my $req = new HTTP::Request ('GET' => $page); $req->content_type('application/x-www-form-urlencoded'); my $res = $ua->request($req); my $html = $res->as_string;