Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Term::ProgressBar

by bruno (Friar)
on Aug 17, 2008 at 04:52 UTC ( [id://704769]=note: print w/replies, xml ) Need Help??


in reply to Term::ProgressBar

++ For the review.

I would also like to add that the module Smart::Comments also supports progress bars, like so:

use Smart::Comments; foreach (@array) { ### Evaluating... done # do something... }
When the program enters the loop, it will show the comment and the dots will add until they reach the "done" word. It also supports many other formats.

I've read somewhere that its use was not recommended because, unlike the approach reviewed in the root node, it does source filtering. Although it might not be a guarantee of anything, I personally used it for my "progress bar" needs without a problem.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://704769]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (8)
As of 2024-04-18 16:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found