I'm trying to make a simple text-based progress bar in perl, in order to display the progress while sending an email or doing a task.
Any pointers ?! Thanks
|
I'm trying to make a simple text-based progress bar in perl, in order to display the progress while sending an email or doing a task. Any pointers ?! Thanks | |||
|
feedback
|
|
Damian Conway's Smart::Comments module includes text progress bars. | |||||
feedback
|
|
I’m quite fond of Time::Progress for terminal stuff. Simplistic example–
| |||||||||
feedback
|
|
I used Term::ProgressBar module, and after each done operation i call update() method. That's all. Thank you all, especially Bill Ruppert ;) | |||
|
feedback
|