X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FMsg.pm;h=37308b5bb89fe943dd561cdd3bf68f6294ae1331;hb=0ae2756b512f3783efe7f7e3c124b0a074227e81;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;