X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FMsg.pm;h=37308b5bb89fe943dd561cdd3bf68f6294ae1331;hb=f493dbf120a0a175a7788ee51c9928377b0f4c50;hp=70009d74f483a94a51500daed2b13bc4c9bebd51;hpb=b9dffeff7239952814342dad19db3a51def6fab7;p=spider.git diff --git a/perl/Msg.pm b/perl/Msg.pm index 70009d74..37308b5b 100644 --- a/perl/Msg.pm +++ b/perl/Msg.pm @@ -5,13 +5,15 @@ # # I have modified it to suit my devious purposes (Dirk Koopman G1TLH) # -# $Id$ +# # package Msg; use strict; +use DXUtil; + use IO::Select; use IO::Socket; use DXDebug;