Help for this page

Select Code to Download


  1. or download this
    $ perlbrew use perl-5.28.1
    
  2. or download this
    $ perl -ML -E 'say Data::Dumper->Dump([HTTP::Tiny->new->get("https://w
    +ww.perlmonks.org")->{headers}])'
    
    ...
              'server' => 'Apache/2.4.41',
              'accept-ranges' => 'bytes'
            };
    
  3. or download this
    $ perlbrew use perl-5.30.0
    
  4. or download this
    $ perl -ML -E 'say Data::Dumper->Dump([HTTP::Tiny->new->get("https://w
    +ww.perlmonks.org")->{headers}])'
    
    ...
              'accept-ranges' => 'bytes',
              'server' => 'Apache/2.4.41'
            };