From fa170afd817648f306e322802ca85b6abbd37f74 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 21 Jun 2011 16:33:26 +0200 Subject: Initial commit --- cgi-bin/hosts.plx | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 cgi-bin/hosts.plx (limited to 'cgi-bin/hosts.plx') diff --git a/cgi-bin/hosts.plx b/cgi-bin/hosts.plx new file mode 100644 index 0000000..a37cc41 --- /dev/null +++ b/cgi-bin/hosts.plx @@ -0,0 +1,45 @@ +#!c:/perl/bin/perl + +# UNIX shebang line +# +#!/usr/local/bin/perl -w + +# Use me +# +use CGI; +use strict; +use Globals; +use Globals qw($bgcolour); +my $counter = 0; + +my $WEBPAGE; +my $SERVERS; +my $USERS; + +# Start the page. +# +open TEMPLATE, "../templates/hosts.template" or die; + +while (