Term::Pulse - show pulsed progress bar in terminal


Term-Pulse documentation  | view source Contained in the Term-Pulse distribution.

Index


NAME

Top

Term::Pulse - show pulsed progress bar in terminal

VERSION

Top

Version 0.03

SYNOPSIS

Top

    use Term::Pulse;
    pulse_start( name => 'Checking', rotate => 0, time => 1 ); # start the pulse
    sleep 3;
    pulse_stop()                                               # stop it

EXPORT

Top

The following functions are exported by default.

pulse_start()

pulse_stop()

FUNCTIONS

Top

pulse_start()

Use this functions to start the pulse. Accept the following arguments:

    Argument            Default
    ----------------------------
    name                'Working'
    rotate              0
    size                16
    time                0

pulse_stop()

Stop the pulse and return elapsed time

KNOWN PROBLEMS

Top

Not thread safe.

AUTHOR

Top

Yen-Liang Chen, <alec at cpan.com>

BUGS

Top

Please report any bugs or feature requests to bug-term-pulse at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Term-Pulse. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc Term::Pulse




You can also look for information at:

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Term-Pulse

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Term-Pulse

* CPAN Ratings

http://cpanratings.perl.org/d/Term-Pulse

* Search CPAN

http://search.cpan.org/dist/Term-Pulse

COPYRIGHT & LICENSE

Top


Term-Pulse documentation  | view source Contained in the Term-Pulse distribution.