Gossamer Forum
Quote Reply
Function Tags
Basically I created a module - Dbsql::stats and am calling the routines using function tags.

eg..

<%Dbsql::stats::routine('args')%>

....I have about 8 or 10 tags in a template and about 6-7 of them all work fine. However I then created a new subroutine in stats.pm and when I call it using a template tag it says the routine can't be found in stats.pm even though it is definitely there.

The subroutine is called ave. Im using the following tag:

<%Dbsql::stats::ave%>

...and it just gives an error. I've also tried adding () after ave...same thing.

Any help is appreciated thanks.

Last edited by:

Paul: Jun 28, 2002, 9:59 AM
Subject Author Views Date
Thread Function Tags Paul 5639 Jun 28, 2002, 9:58 AM
Thread Re: [Paul] Function Tags
604 5533 Jun 28, 2002, 4:07 PM
Thread Re: [TheStone] Function Tags
Paul 5517 Jun 29, 2002, 1:46 AM
Post Re: [Paul] Function Tags
604 5484 Jul 2, 2002, 9:34 AM
Thread Re: [Paul] Function Tags
Aki 5466 Jul 3, 2002, 3:12 PM
Thread Re: [Aki] Function Tags
Paul 5466 Jul 4, 2002, 1:16 AM
Thread Re: [Paul] Function Tags
Aki 5445 Jul 5, 2002, 11:33 AM
Thread Re: [Aki] Function Tags
Paul 5456 Jul 5, 2002, 12:10 PM
Thread Re: [Paul] Function Tags
Aki 5450 Jul 5, 2002, 1:17 PM
Post Re: [Aki] Function Tags
Paul 5441 Jul 5, 2002, 1:32 PM