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
LICENSE
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.