DESCRIPTION
This script simulates a small part of the linux cat
command. It's a small utility that helps reading / writing round-robin text files.
SYNOPSIS
To print the content of a file :
rrcat <filename>
To write into a file :
rrcat <size> <filename>
Size can be in the fallowing forms :
VERSION
Version 0.05
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc File::RoundRobin
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
LICENSE AND COPYRIGHT
Copyright 2012 Gligan Calin Horea.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.