#!/usr/bin/perl use DBI(); use CGI::Cookie; use CGI qw(:standard); $prog = $ARGV[0]; #$authl = param("authl"); #$authp = param("authp"); $authl = $ARGV[1]; $authp = $ARGV[2]; $rip = $ENV{'REMOTE_ADDR'}; my $cooke = cookie('mail.miranet'); if ($cooke ne "") {print "Content-type: text/html\n\n"; exit(1);} if ($authl ne "" or $authp ne "") {$ok = "2";} if ($authl eq "" and $authp eq "") { $ok = "0"; print "Content-type: text/html\n\n"; print "