
Acme::Hoge - Replace "foo" in output with "hoge".

Version 0.03

use Acme::Hoge;
print "foo bar baz foobar\n";
# hoge fuga piyo hogefuga
print "sidebar\n";
# sidebar
# (not be rewritten)

Acme::Hoge replaces some words in output.
If you output "foo", it will be rewritten as "hoge".
And "bar" will be "fuga", "baz" will be "piyo" and so on.

There is no function.

Hogeist, <mahito at cpan.org>, http://www.ornithopter.jp/

Please report any bugs or feature requests to bug-acme-hoge at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-Hoge. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc Acme::Hoge
You can also look for information at:



Copyright 2006 Hogeist, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.