Allow synonyms for localhost
[spider.git] / perl / winclient.pl
index f03af7052655f393770e327d36822a2831347702..96898000701d404f4bf75d31d617eed29c809121 100755 (executable)
@@ -1,11 +1,11 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 # The rudimentary beginnings of a Spider client which is known to run on ActiveState
 # Perl under Win32
 #
 # It's very scrappy, but it *does* do enough to allow SysOp console access. It also
 # means that since it's perl, Dirk might pretty it up a bit :-)
 #
-# $Id$
+#
 #
 # Iain Philipps, G0RDI 03-Mar-01
 #
@@ -28,6 +28,8 @@ BEGIN {
 
 use IO::Socket;
 use DXVars;
+use SysVar;
+
 use IO::File;
 use Config;