Main > Programming > Libraries >

Time::Progress 1.2

Time::Progress 1.2

Sponsored Links

Time::Progress 1.2 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 10 (1 times)
File size: 0.010 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 821
Date added: 2007-07-28

Time::Progress 1.2 description

Time::Progress Perl module contains elapsed and estimated finish time reporting.

SYNOPSIS

# autoflush to get r working
$| = 1;
# get new `timer
my $p = new Time::Progress;

# restart and report progress
$p->restart;
sleep 5; # or do some work here
print $p->report( "done %p elapsed: %L (%l sec), ETA %E (%e sec)n", 50 );

# set min and max values
$p->attr( min => -2, max => -20 );
# restart `timer
$p->restart;
my $c;
for( $c = -2; $c >= -20; $c-- )
{
# print progress bar and percentage done
print $p->report( "eta: %E min, %40b %pr", $c );
sleep 1; # work...
}
# stop timer
$p->stop;

# report times
print $p->elapsed_str;

Time::Progress 1.2 Screenshot

Advertisements

Time::Progress 1.2 Keywords

Bookmark Time::Progress 1.2

Hyperlink code:
Link for forum:

Time::Progress 1.2 Copyright

WareSeeker periodically updates pricing and software information of Time::Progress 1.2 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Time::Progress 1.2 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Sponsored Links
Related Software
Progress is a utility used in a pipe to report progress of data transfer to standard error. Free Download
Time::Format is a Perl module for easy-to-use date/time formatting. Free Download
HTML Objects is a Perl module library for turning HTML tags into Perl objects. Free Download
Time::Zone is a miscellaneous timezone manipulations routines. Free Download
Time::Elapse is a Perl extension for monitoring time conveniently during tasks. Free Download
Time::Piece is a Perl module that contains Object Oriented time objects. Free Download
Time::Convert is a Perl interface to converting unix seconds to years, days, hours and minutes. Free Download
pytimeago is a human-oriented representation of time deltas, a Python library Free Download