... create the user agent used to send the request my $userAgent = LWP::UserAgent->new; $userAgent->agent(“Simple Perl RPC Demo 1.0”); # send the request ...
確定! 回上一頁