NAME JumpingSpider::Globals

The global variables in the MWW, maintained in a global object. See also JumpingSpider::Constants.

For more information on the MWW see the JumpingSpider::Overview.

Copyright &copy 1997 Curtis E. Dyreson. All rights reserved. Please be aware of the JumpingSpider::Licence and JumpingSpider::Version.


DESCRIPTION

Below is the list of instance variables in the global object.


METHODS


new()

Allocate and intialize the global vars.


close()

Close and write all the persistent variables are written to disk. This should be called prior to exiting the MWW (when creating it), but even if it not called, in theory, all the persistent variables should be maintained since Perl will clean them up nicely for us by doing the appropriate unties.


save()

Write all the persistent variables are written to disk.