use HTTP::Lite; $http = new HTTP::Lite; $req = $http->request("copyorders_multiple.pl?refID=".&trim($license)) or die "Unable to get document: $!"; $data = $http->body(); if (length(&trim($data)) > 0)