NAME
randf - random filter for STDIN
SYNOPSIS
$ tail -f high_flow_log | randf 10
CONFIGURATION
randf
command will look for a configuration file before reading its command line parameters. This function depends on Config::CmdRC.
The configuration file is .randfrc . And the location of a configuration file is /etc or $HOME but if the CMDRC_DIR
environment variable is set, randf
will look for configuration file in that directory or current directory.
A sample configuration file might read:
per: 10
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.