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::Koan(3) User Contributed Perl Documentation Zen::Koan(3)

Zen::Koan - A class for representing Zen Koans

  use Zen::Koan;
  my $k = Zen::Koans->new( title => $title,
                           body  => $body,
                         );
  my $t = $k->title;
  my $b = $k->body;
  print $k->as_html;

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 code to represent a zen koan.

new( %opts )
Create a new koan with "new". The following options are suggested:
title
body
These functions return the values of the koan.
title
Returns the title of the koan.
body
Returs the body of the koan.
as_html
Returns the koan formatted in HTML.

A creative mind or access to one.

None.

Luke Closs <lukec@cpan.org>

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.