Help for this page

Select Code to Download


  1. or download this
    $ perl -MHTTP::Tiny -le 'print HTTP::Tiny->new()->get("https://perlmon
    +ks.com/")->{status};'
    200
    ...
    200
    $ perl -MHTTP::Tiny -le 'print HTTP::Tiny->new(verify_SSL=>0)->get("ht
    +tps://perlmonks.com/")->{status};'
    200