Yes, but I posted a wrong file. This one doesn't work at all. I have another that seems to work, but doesn't register on my Python heartbeat server. It's posted as a reply to Dave just above. Sorry about the wrong file.
-Dave "JupiterHost.Net" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > GMane Python wrote: > > Thank you for the reply to my topic, not BASH wars, but does this look > > correct? > > > > > > > > use IO::Socket; > > use strict; > > use Time::HiRes qw( time alarm sleep ); > > > > $server_ip = 'localhost'; > > $server_port = 43278; > > $microseconds = 5_000_000; > > You need to do > > my $server_ip ... etc with use strict; > > Did you even try it? or at least perl -c file.pl ? > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > <http://learn.perl.org/> <http://learn.perl.org/first-response> > > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>