Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as Perl by doctor ( 14 years ago )
#/usr/bin/perl
my $req="GET / HTTP/1.1\\r\\n".
  "Host: translate.yandex.net\r\n".
  "Accept-Encoding: gzip, deflate\r\n".
  "Connection: Close\r\n".
  "\r\n";
print length($req)."\n".$req;

 

Revise this Paste

Your Name: Code Language: