in reply to use Acme::ProgressBar;

I hope you are aware the modules in the Acme:: namespace are mostly meant as jokes.

If you want something for your GUI, look for a GUI widget instead - a text based progress bar won't do you any good.

Perl 6 - links to (nearly) everything that is Perl 6.

Replies are listed 'Best First'.
Re^2: use Acme::ProgressBar;
by Karger78 (Beadle) on Sep 24, 2009 at 16:01 UTC
    O, didn't know that. The progress bar does work good. I just want it to print out in a textbox instead of the console.