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