|
NAMEZen::Koans - Library containing over 100 Zen Koans.SYNOPSISuse Zen::Koans qw(num_koans get_koan dump_fortune); print num_koans(); my $first = get_koan(1); print $first->as_html; print $fortune_fh dump_fortune(); 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 over 100 Zen Koans, all taken from Ashidakim Zen Koans here: <http://www.ashidakim.com/zenkoans/zenindex.html> INTERFACEZen::Koans provides two functions:
DEPENDENCIESAn open mind.BUGS AND LIMITATIONSProvides no analysis of the meanings of these koans.AUTHORSLuke Closs <lukec@cpan.org> is the author of this module, but not of the Koans. Luke also checked the koans for errors and fixed many small typos.Thanks to Jennifer Roger for her help with spellchecking. Thanks to Lech Baczynski for dump_fortunes. DISCLAIMER OF WARRANTYThis module can only offer you so much. It is up to you to make the most of it.
Visit the GSP FreeBSD Man Page Interface. |