in reply to CGI.pm Authentication

using CGI.pm:
#!/usr/bin/perl -Tw use strict; use CGI qw( header ); print header(-status=>'401 Unauthorized');

Paris Sinclair    |    4a75737420416e6f74686572
pariss@efn.org    |    205065726c204861636b6572
I wear my Geek Code on my finger.

Replies are listed 'Best First'.
RE: Re: CGI.pm Authentication
by le (Friar) on Jun 17, 2000 at 02:52 UTC
    Thank you, I tried that, but I can't get past the popup window, I always get "Authorisation failed."