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