Help for this page

Select Code to Download


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