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

NAME

App::Rolling - rotate input stream into pieces automatically

SYNOPSIS

    use App::Rolling;
    App::Rolling->run(@ARGV);

DESCRIPTION

App::Rolling is the module for rotating input stream into pieces automatically. you can use roll command.

Example: $ /usr/sbin/tcpdump | roll -f /tmp/dump

see more documents about roll.

METHOD

run(@args)

start rolling

REPOSITORY

App::Rolling is hosted on github <http://github.com/bayashi/App-Rolling>

AUTHOR

Dai Okabayashi <bayashi@cpan.org>

SEE ALSO

roll

LICENSE

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.