-
-
30 Dec 2004 07:43:43 UTC
- Distribution: File-Findgrep
- Module version: 0.02
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (467 / 0 / 0)
- Kwalitee
Bus factor: 0- 11.06% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (7.7KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Locale::Maketext
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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
Module Install Instructions
To install File::Findgrep, copy and paste the appropriate command in to your terminal.
cpanm File::Findgrep
perl -MCPAN -e shell install File::Findgrep
For more information on module installation, please visit the detailed CPAN module installation guide.