Acme::Filter::Kenny - Kenny source filter


Back to Top


NAME

Acme::Filter::Kenny - Kenny source filter

Back to Top


SYNOPSIS

  use Acme::Filter::Kenny;

Or

  use Acme::Filter::Kenny qw/:iq_kenny/;

Back to Top


DESCRIPTION

This source filter translates code in Kenny-speak back to normal perl before actually parsing the rest of the stream. When used with the :iq_kenny tag, Acme::Filter::Kenny will translate only those lines that look like Kenny-speak, not all of them.

Be aware that :iq_kenny applies heuristics, it might get some things wrong, so use with care!

Back to Top


EXAMPLE

  use Acme::Filter::Kenny;
  pfmpffmffpppfmp "Mfpmpppmfpmfppf fppppfpffpmfmpm!\ppp";

This will print "Hello World!", and so will this:

  use Acme::Filter::Kenny qw/:iq_kenny/;
  print <<EOF
  Mfpmpppmfpmfppf fppppfpffpmfmpm!
  EOF

Back to Top


AUTHOR

Gergely Nagy, algernon@bonehunter.rulez.org

Based on Jan-Pieter Cornets signature version.

Back to Top

 Acme::Filter::Kenny - Kenny source filter