in reply to Re: Simple stuff breaks in 5.8?
in thread Simple stuff breaks in 5.8?

Donno. You think it'll miss a heartbeat like the other? Or is that maybe caused by the socket? I'll give it a try...

Replies are listed 'Best First'.
Re: Re: Re: Simple stuff breaks in 5.8?
by Anonymous Monk on Dec 17, 2002 at 02:27 UTC
    With the following small program I didn't see any hickups at all:
    #! /usr/bin/perl -w use warnings; while (){ $date=`/bin/date`; print "date is -->$date<--\n"; sleep (2); }

      So it seems the error is not in this part of the code.
      Hence the error must be somewhere else in your code.

      As I don't have Perl 5.8, I'm afraid that I will not be of much help further.

      CountZero

      "If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law