NAME
File::Findgrep -- example Locale::Maketext-using application
SYNOPSIS
# Nih.
DESCRIPTION
This module provides a trivial reimplementation of Unix find and grep. It is most useful as an example of a small application that uses Locale::Maketext. Read the source of these files:
File/Findgrep.pm
File/Findgrep/I18N.pm
File/Findgrep/I18N/en.pm
File/Findgrep/I18N/en-us.pm
File/Findgrep/I18N/fr.pm
File/Findgrep/I18N/i-default.pm
Remember that perldoc -l modulename will tell the path to where this module in installed -- if you install it at all.
COPYRIGHT AND DISCLAIMER
Copyright (c) 2001 Sean M. Burke. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.
AUTHOR
Sean M. Burke sburke@cpan.org