|
NAMEmetafy - Change the metasyntactic words in your textSYNOPSISmetafy [ --help ] [ --version ] [--force-random] [theme[/category]:]theme[I>category>] [ file ... ]DESCRIPTIONmetafy filters any metasyntactic word and replace them with words from any "Acme::MetaSyntactic" theme. This script works as a filter or directly modifies the files given on the command-line.A few examples should make it easy to understand what it does and how it works:
Each word from the original theme is replaced by the same word of the target theme. However, if the target theme does not contain enough words to map to the words from the original theme used in the file, then the same words maybe used more than once. This may break programs! The option --force-random will certainly break your stuff. COMMAND-LINE OPTIONSThe following command-line options are available (and can all be abbreviated):Metasyntactic options
Informative optionsThe program will exit if any of these options is selected. However, these options can be combined.
AUTHORPhilippe "BooK" Bruhat, "<book@cpan.org>".COPYRIGHTCopyright 2006 Philippe 'BooK' Bruhat, All Rights Reserved.LICENSEThis program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |