in reply to Re: A whirleygig for a progress indicator for scripts
in thread A whirleygig for a progress indicator for scripts
use Tie::Cycle; tie my $whirley, 'Tie::Cycle', [ qw( . o 0 O 0 o ) ]; # And now for the demonstration ... ++$|; while (1) { print $whirley, "\b"; sleep 1; }
perl -le 'print+unpack("N",pack("B32","00000000000000000000001000000000"))'
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: A whirleygig for a progress indicator for scripts
by demerphq (Chancellor) on Dec 21, 2002 at 19:28 UTC |