Help for this page

Select Code to Download


  1. or download this
    curl2lwp.pl -X GET -A xpcurl/1.0 https://perlmonks.org/
    
  2. or download this
        my $ua = WWW::Mechanize->new();
        my $r = HTTP::Request->new(
    ...
    
        );
        my $res = $ua->request( $r,  );