The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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/source/snitchd-0.20/lib/OP/Example.pm#4 $