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

  GO::Model::Root

DESCRIPTION

base class

Constructors

new

Constructor: Basically just calls _initialize(). Most subclasses should not need to override new, but instead should override _initialize().

If _initialize() fails , the procedure will die

WARNING: This procedure will die if initialization is unsuccessful. Use an eval statement to catch such exceptions.

apph

  Usage   -
  Returns -
  Args    -

sprint_self

Prints out a description of the object to a string.

dump

dumps the object (can be read back in with eval)

_cleanup

Called at object destruction time. Should be overridden to perform cleanup tasks.