|
PerlIO::via::Bastardize - PerlIO layer for bastardizing text |
PerlIO::via::Bastardize - PerlIO layer for bastardizing text
use PerlIO::via::Bastardize method => 'pig'; binmode(STDOUT, ":via(Bastardize)") or die;
print "I am bastard!";
This module is a PerlIO layer for Text::Bastardize. See also the Text::Bastardize manpage for detail.
xern <xern@cpan.org>
This module is free software; you can redistribute it or modify it under the same terms as Perl itself.
|
PerlIO::via::Bastardize - PerlIO layer for bastardizing text |