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

NAME

MARC::Record::Stats::Report - report generator for MARC::Record::Stats

SYNOPSIS

See SYNOPSIS and report method in MARC::Record::Stats

METHODS

report $fh, $stats, $config?

Prints out to a filehandle $fh a report on statistics collected in $stats (MARC::Record::Stats), using options from $config, which is a HASHREF with keys:

dots => [undef|0|1]

Replace spaces with dots if dots => 1 for readability. Table will look like:

        955..............86.67
        ...a.............86.67
        ...e.............20.00
        ...t.............46.67

AUTHOR

Andrei V. Toutoukine, <tut at isuct.ru>

BUGS

Please report any bugs or feature requests to bug-/home/tut/bin/src/marc-record-stats at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=/home/tut/bin/src/MARC-Record-Stats. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

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

    perldoc MARC::Record::Stats::Report

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2011 Andrei V. Toutoukine.

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.