Re: Code for making the 'clock'

2009-08-20 Thread Peter Scott
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

Re: Code for making the 'clock'

2009-08-19 Thread Chas. Owens
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

Re: Code for making the 'clock'

2009-08-19 Thread Shawn H. Corey
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

Code for making the 'clock'

2009-08-19 Thread Tony Esposito
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.