Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [Paul] Getting list of available values in my (@args) = @_;: Edit Log

Here is the list of edits for this post
Re: [Paul] Getting list of available values in my (@args) = @_;
Encountered this problem:

A fatal error has occured:


ARRAY (1144): Unknown method 'Dumper' called at ....


with this code:



sub user_signup {
# -------------------------------------------------------------------
# This subroutine will get called whenever the hook 'user_signup'
# is run. You should call GT::Plugins->action ( STOP ) if you don't
# want the regular code to run, otherwise the code will continue as
# normal.
#
my (@args) = @_;GT::Plugins->action ( STOP );
print $IN->header();
require GT::Dumper; print Dumper(\@args); }

Last edited by:

giovanni: Aug 4, 2002, 11:21 AM

Edit Log: