Help for this page

Select Code to Download


  1. or download this
    send($sock,"GET / HTTP/1.0\n\n",0);
                     ^
    
  2. or download this
    binmode $sock, ":crlf";
    print $sock "GET / HTTP/1.0\n\n";