Help for this page

Select Code to Download


  1. or download this
    require LWP::UserAgent;
    use Data::Dumper;
    ...
    my $res = LWP::UserAgent->new()->get('http://www.hopingthereisnosuchth
    +ing.com/ah');
    print "return code = $res->{'_rc'}\n";
    print "msg = $res->{'_msg'}\n";
    
  2. or download this
    return code = 500
    msg = Can't connect to www.hopingthereisnosuchthing.com:80 (Bad hostna
    +me 'www.hopingthereisnosuchthing.com')