Hub::Base::Package -
Part of the Hub Library
call | modexec | new | parsefile |
Usage: call METHOD, [ARGS]
Call a method in the representing package Note that AUTOLOAD methods do not pass the 'defined' test
Usage: new FILENAME
Constructor This is a singleton
Usage: parsefile INSTANCE
Called implicty on the first attachment or when the file has been modified on disk.
AUTOLOAD | DESTROY |
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).
Usage: DESTROY
Defining this function prevents it from being searched in AUTOLOAD
Ryan Gies
Copyright (c) 2006 Livesite Networks, LLC. All rights reserved.
Copyright (c) 2000-2005 Ryan Gies. All rights reserved.
This file created by mkdocs.pl on 8/29/2006 at 2:07pm