in reply to Re: Re: Simple stuff breaks in 5.8?
in thread Simple stuff breaks in 5.8?
#! /usr/bin/perl -w use warnings; while (){ $date=`/bin/date`; print "date is -->$date<--\n"; sleep (2); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Simple stuff breaks in 5.8?
by CountZero (Bishop) on Dec 17, 2002 at 06:24 UTC |