Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Progress Bar

by tmoertel (Chaplain)
on Oct 06, 2004 at 03:14 UTC ( [id://396857]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my $bar = ProgressBar->new( width => 40 );
    
  2. or download this
        $bar->draw( 3, 10 );
    
  3. or download this
        ============                              30%
    
  4. or download this
    #!/usr/bin/perl -w
    
    ...
    do { $pb->draw( $_ )    ; sleep 1 } for 0 .. 10;
    do { $pb->draw( 9 - $_ ); sleep 1 } for 0 ..  9;
    print "\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-04-19 11:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found