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

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

Here is the list of edits for this post
Re: [giovanni] Getting list of available values in my (@args) = @_;
>>
Answer: %{$args[0]}
<<

....that will only work if the argument is a hashref otherwise you'll get an error, your best bet is to use GT::Dumper....

require GT::Dumper;

print Dumper(\@args);

Last edited by:

Paul: Aug 4, 2002, 11:08 AM

Edit Log: