counter program by using closure

2008-12-13 Thread Richard
wanted to draw a box that's counting up for certain time. Thought I could use the counter but it just displays the box not the number.. can anyone point it out for me? thank you. use warnings; use strict; sub counter { my $count; my $counting = <| Counting...

Re: counter program by using closure

2008-12-13 Thread Richard
Richard wrote: wanted to draw a box that's counting up for certain time. Thought I could use the counter but it just displays the box not the number.. can anyone point it out for me? thank you. use warnings; use strict; sub counter { my $count; my $counting = <| Counting...

Re: counter program by using closure

2008-12-13 Thread Chas. Owens
On Sat, Dec 13, 2008 at 21:13, Richard wrote: > > wanted to draw a box that's counting up for certain time. > Thought I could use the counter but it just displays the box not the > number.. > > can anyone point it out for me? > > thank you. > > use warnings; > use strict; > > sub counter { > my $

Re: counter program by using closure

2008-12-13 Thread Richard
Chas. Owens wrote: On Sat, Dec 13, 2008 at 21:13, Richard wrote: wanted to draw a box that's counting up for certain time. Thought I could use the counter but it just displays the box not the number.. can anyone point it out for me? thank you. use warnings; use strict; sub counter { my

Re: counter program by using closure

2008-12-13 Thread John W. Krahn
Richard wrote: wanted to draw a box that's counting up for certain time. Thought I could use the counter but it just displays the box not the number.. can anyone point it out for me? thank you. use warnings; use strict; sub counter { my $count; my $counting = <| Counting...