The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Progress::Awesome - an awesome progress bar that just works

Example

Animated gif of progress bar in action

perl my $p = Progress::Awesome->new(items => 100, style => 'rainbow'); for my $item (1..100) { do_some_stuff(); $p++; }

Description

Similar to the venerable Term::ProgressBar with several enhancements:

Methods

Formats

Format strings may contain any of the below fields:

Reporting bugs

It's early days for this module so bugs are possible and feature requests are warmly welcomed. We use Github Issues for reports.

Author

Richard Harris richardjharris@gmail.com

Copyright (c) 2017 Richard Harris. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.