Gossamer Forum
Quote Reply
Hook Arguments
Could someone explain to me in very simple terms how to access tag values out of the hook @args?

For example:

I want to retreive the CategoryID as a scaler (integer), which is avaliable in a lot of templates, including browser_info.html.

my (@args) = @_; <- all hooks seem to have this in as default, why not $args???

my $args = shift;

my $cat_id = $args->{CategoryID}; ???

No matter what I try, including $tags = shift; I get an error about value not being a hashref and equalling "1".Crazy


http://www.iuni.com/...tware/web/index.html
Links Plugins
Subject Author Views Date
Thread; hot thread Hook Arguments Ian 11786 Jun 4, 2002, 1:03 PM
Thread; hot thread Re: [Ian] Hook Arguments
Paul 11504 Jun 4, 2002, 1:12 PM
Thread; hot thread Re: [Paul] Hook Arguments
Ian 11609 Jun 4, 2002, 1:27 PM
Thread; hot thread Re: [Ian] Hook Arguments
Paul 11549 Jun 4, 2002, 1:31 PM
Thread; hot thread Re: [Paul] Hook Arguments
Ian 11550 Jun 4, 2002, 1:33 PM
Thread; hot thread Re: [Ian] Hook Arguments
yogi 11563 Jun 5, 2002, 1:36 AM
Post; hot thread Re: [yogi] Hook Arguments
Ian 11516 Jun 5, 2002, 9:03 AM
Thread; hot thread Re: [Ian] Hook Arguments
Alex 11501 Jun 5, 2002, 10:26 AM
Post; hot thread Re: [Alex] Hook Arguments
Ian 11445 Jun 5, 2002, 10:39 AM
Thread; hot thread Re: [Alex] Hook Arguments
Ian 11520 Jun 5, 2002, 1:18 PM
Thread; hot thread Re: [Ian] Hook Arguments
Alex 11502 Jun 5, 2002, 1:27 PM
Post; hot thread Re: [Alex] Hook Arguments
Ian 11482 Jun 5, 2002, 1:30 PM
Thread; hot thread Re: [Alex] Hook Arguments
Ian 11496 Jun 5, 2002, 1:40 PM
Thread; hot thread Re: [Ian] Hook Arguments
Alex 11570 Jun 5, 2002, 1:48 PM
Thread; hot thread Re: [Alex] Hook Arguments
Ian 11629 Jun 5, 2002, 1:50 PM
Thread; hot thread Re: [Ian] Hook Arguments
Alex 11473 Jun 5, 2002, 2:00 PM
Post; hot thread Re: [Alex] Hook Arguments
Ian 11440 Jun 5, 2002, 2:04 PM
Thread; hot thread Re: [Alex] Hook Arguments
Paul 11444 Jun 5, 2002, 2:05 PM
Thread; hot thread Re: [Paul] Hook Arguments
Ian 11543 Jun 5, 2002, 2:09 PM
Thread; hot thread Re: [Ian] Hook Arguments
Paul 11444 Jun 5, 2002, 2:13 PM
Post; hot thread Re: [Paul] Hook Arguments
Ian 11395 Jun 5, 2002, 2:16 PM
Thread; hot thread Re: [Paul] Hook Arguments
Ian 11474 Jun 5, 2002, 2:51 PM
Thread; hot thread Re: [Ian] Hook Arguments
Paul 11457 Jun 5, 2002, 3:37 PM
Post; hot thread Re: [Paul] Hook Arguments
Ian 11397 Jun 5, 2002, 3:41 PM