require HTTP::Request; $request = HTTP::Request->new(GET => 'http://www.example.com/'); $ua = LWP::UserAgent->new; $response = $ua->request($request);
In reply to Re: Run another script
by pajout
in thread Run another script
by xarex
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |