GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Zen::Koans(3) User Contributed Perl Documentation Zen::Koans(3)

Zen::Koans - Library containing over 100 Zen Koans.

  use 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();

A 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>

Zen::Koans provides two functions:
num_koans
The number of koans available.
get_koan( $koan_number )
Returns a "Zen::Koan" object or croaks if any arguments are not correct.
dump_fortunes
Returns a scalar containing a valid fortune file suitable for using with the strfile utility.

An open mind.

Provides no analysis of the meanings of these koans.

Luke 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.

This module can only offer you so much. It is up to you to make the most of it.
2011-01-17 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.