Gossamer Forum
Quote Reply
Plugin Subroutines
Hi,

If I have more than one sub in my plugin, what code do I use to call up another sub???

E.g The hook calls up the main sub in the plugin_name.pm and that sub in turn calls up another sub in plugin_name.pm which returns the result.

Thank you.

Simon.
Quote Reply
Re: [jai] Plugin Subroutines In reply to
sub main_sub{

...
&other_sub();
...
}

Cheers,

Dat

Programming and creating plugins and templates
Blog