[ic] Calling subs from usertags

Daniel Browning db at kavod.com
Fri Jun 10 16:27:31 EDT 2005


What is the best method to call subs from usertags?  Here is what I've been
using:

For globalsubs from global usertags:

$Global::GlobalSub->{ name_of_sub }->( 'arg1', 'arg2' );

For catalog subs from catalog usertags:

$Config->{Sub}{ name_of_sub }->( 'arg1', 'arg2' );

-- 
Daniel Browning <db at kavod.com> - Kavod Technologies.  Random Fortune:
A sine curve goes off to infinity, or at least the end of the blackboard.
		-- Prof. Steiner


More information about the interchange-users mailing list