print "Status: 401\r\n";
print "Status: 401\r\n", "WWW-Authenticate: Basic realm=\"Foobar\"\r\n", "Content-type: text/plain\r\n\r\n", "Authorization required!\r\n";