Thank you, Akhilause LWP::UserAgent; $ua = LWP::UserAgent->new; $req = HTTP::Request->new(GET => 'https://paypal.com'); $res = $ua->request($req); if ($res->is_success) { print ($res->content); }
In reply to get rss feeds from web by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |