NAME

OP::Example

DESCRIPTION

Working example of a prototyped class, for testing and playing with.

This package is based on examples found in the documentation for OP::Class and its associated packages.

See source of this module (Example.pm) for the actual example.

SYNOPSIS

use strict;
use warnings;

use OP::Example;

my $ex = OP::Example->spawn("Hello World");

$ex->setFoo("This ought to work");

$ex->save("Hello RCS");

$ex->print();

SEE ALSO

This file is part of OP.

REVISION

$Id: //depotit/tools/snitchd/OP-0.20/lib/OP/Example.pm#1 $