perl -MFile::Fetch -le'$f=File::Fetch->new(uri=>"https://perlmonks.org/")->fetch(to=>\my$data)or die$f->error;print$data'