![]() |
![]()
| ![]() |
![]()
NAMEZen::Koan - A class for representing Zen Koans SYNOPSISuse Zen::Koan; my $k = Zen::Koans->new( title => $title, body => $body, ); my $t = $k->title; my $b = $k->body; print $k->as_html; DESCRIPTIONA koan (pronounced /ko.an/) is a story, dialog, question, or statement in the history and lore of Chan (Zen) Buddhism, generally containing aspects that are inaccessible to rational understanding, yet that may be accessible to intuition. This module contains code to represent a zen koan. INTERFACE
DEPENDENCIESA creative mind or access to one. BUGS AND LIMITATIONSNone. AUTHORLuke Closs <lukec@cpan.org> DISCLAIMER OF WARRANTYThis module can only offer you so much. It is up to you to make the most of it.
|