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

Re: [Eric P] Plugin Install Hooks

Quote Reply
Re: [Eric P] Plugin Install Hooks In reply to
Hi,

No problem.

The params passed in can vary, depending on where using. The best way to find them out, is with a global, such as;

Code:
sub {
my @args = shift;
use Data::Dumper;
return Dumper(@args);
}

This would return back the paramaters passed into the global.

Hope that helps :)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread Plugin Install Hooks Eric P 3831 Aug 23, 2005, 6:05 PM
Thread Re: [Eric P] Plugin Install Hooks
Andy 3742 Aug 24, 2005, 2:53 AM
Thread Re: [Andy] Plugin Install Hooks
Eric P 3736 Aug 24, 2005, 7:08 AM
Thread Re: [Eric P] Plugin Install Hooks
Andy 3740 Aug 24, 2005, 7:36 AM
Post Re: [Andy] Plugin Install Hooks
Eric P 3726 Aug 24, 2005, 7:57 AM