NAME
Text::RewriteRules - A system to rewrite text using regexp-based rules
VERSION
Version 0.01
SYNOPSIS
use Text::RewriteRules;
RULES email
.==> DOT
@==> AT
ENDRULES
email("ambs@cpan.org") # returns ambs AT cpan DOT org
TUTORIAL
Under development
AUTHOR
Alberto Simões, <ambs@cpan.org>
José João Almeida, <jjoao@cpan.org>
BUGS
Please report any bugs or feature requests to bug-text-rewrite@rt.cpan.org
, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
ACKNOWLEDGEMENTS
Damian Conway for Filter::Simple
COPYRIGHT & LICENSE
Copyright 2004 Alberto Simões and José João Almeida, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 187:
Non-ASCII character seen before =encoding in 'Simões,'. Assuming CP1252