X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fwinclient.pl;h=96898000701d404f4bf75d31d617eed29c809121;hb=refs%2Fheads%2Fstaging;hp=f03af7052655f393770e327d36822a2831347702;hpb=2328e7794a43a0e446e59e4283ba4c667cc2bb0f;p=spider.git diff --git a/perl/winclient.pl b/perl/winclient.pl index f03af705..96898000 100755 --- a/perl/winclient.pl +++ b/perl/winclient.pl @@ -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;