PerlIO::via::Bastardize - PerlIO layer for bastardizing text


PerlIO-via-Bastardize documentation  | view source Contained in the PerlIO-via-Bastardize distribution.

Index


NAME

Top

PerlIO::via::Bastardize - PerlIO layer for bastardizing text

SYNOPSIS

Top

  use PerlIO::via::Bastardize method => 'pig';
  binmode(STDOUT, ":via(Bastardize)") or die;

  print "I am bastard!";




DESCRIPTION

Top

This module is a PerlIO layer for Text::Bastardize. See also Text::Bastardize for detail.

COPYRIGHT

Top


PerlIO-via-Bastardize documentation  | view source Contained in the PerlIO-via-Bastardize distribution.