#!/usr/bin/perluse warnings;use strict;use CGI;my $cgi=new CGI;print $cgi->header('text/html','401 Authorization Required');