NAME

Hub::Base::Package -

Part of the Hub Library

Top


SYNOPSIS

Top


DESCRIPTION

Top


METHODS

call modexec new parsefile
call
 Usage: call METHOD, [ARGS]

Call a method in the representing package Note that AUTOLOAD methods do not pass the 'defined' test

modexec
Execute runtime module

new
 Usage: new FILENAME

Constructor This is a singleton

parsefile
 Usage: parsefile INSTANCE

Called implicty on the first attachment or when the file has been modified on disk.

Top


INTERNAL

AUTOLOAD DESTROY
AUTOLOAD
 Usage: AUTOLOAD

Call a method in the representing package Note! Use the subroutine 'call' to access methods which are already implemented in this class (new|call|parsefile).

DESTROY
 Usage: DESTROY

Defining this function prevents it from being searched in AUTOLOAD

Top


AUTHOR

Ryan Gies

Top


COPYRIGHT

Copyright (c) 2006 Livesite Networks, LLC. All rights reserved.

Copyright (c) 2000-2005 Ryan Gies. All rights reserved.

Top


UPDATED

This file created by on at

Top