Help for this page

Select Code to Download


  1. or download this
    my $content = LWP::UserAgent->new->get($url)->content;
    utf8::decode($content);
    
  2. or download this
    my $content = LWP::UserAgent->new->get($url)->decoded_content;