On Wed, 19 Aug 2009 15:03:15 +, Tony Esposito wrote:
> Anyone have the code that make the 'clock' show when a Perl program is
> running? What I mean by the 'clock' is the command-line movement that
> sequentially does the following (in place):
>
> - \ | / - \ | /
>
> when running it looks lik
On Wed, Aug 19, 2009 at 11:03, Tony Esposito wrote:
> Anyone have the code that make the 'clock' show when a Perl program is
> running?
> What I mean by the 'clock' is the command-line movement that sequentially
> does the following (in place):
>
> - \ | / - \ | /
snip
#!/usr/bin/perl
use stric
Tony Esposito wrote:
Anyone have the code that make the 'clock' show when a Perl program is running?
What I mean by the 'clock' is the command-line movement that sequentially does
the following (in place):
- \ | / - \ | /
when running it looks like a 'clock' to show the user that something i
Anyone have the code that make the 'clock' show when a Perl program is running?
What I mean by the 'clock' is the command-line movement that sequentially does
the following (in place):
- \ | / - \ | /
when running it looks like a 'clock' to show the user that something is
processing ...
Thx.