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

NAME

progress-any-eg-progressbar-05-multiple-progressbars - Multiple progress bars

VERSION

This document describes version 0.005 of progress-any-eg-progressbar-05-multiple-progressbars (from Perl distribution Progress-Any-Examples), released on 2020-07-09.

SYNOPSIS

 % progress-any-eg-progressbar-05-multiple-progressbars [target_x] [target_y] [target_z]

DESCRIPTION

This examples demos Progress::Any::Output::TermProgressBarColor's ability to show progress bar at a certain row number, so we can add several progress bar outputs at different row number.

Note that the second progress bar is created with argument show_delay set to 2, so it will begin updating after two seconds.

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/Progress-Any-Examples.

SOURCE

Source repository is at https://github.com/perlancar/perl-Progress-Any-Examples.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Progress-Any-Examples

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by perlancar@cpan.org.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.