Seumas has asked for the wisdom of the Perl Monks concerning the following question:
Then they refer to the $GLOBALS that they want to use at any particular point in a template.$GLOBALS['strCliDeactivated'] = "Currently not active"; $GLOBALS['strNotActive'] = "date has not yet been reached"; $GLOBALS['strExpired'] = "date has been reached";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Language or string templates?
by ikegami (Patriarch) on Oct 02, 2004 at 03:50 UTC | |
Re: Language or string templates?
by BUU (Prior) on Oct 02, 2004 at 03:53 UTC | |
Re: Language or string templates?
by borisz (Canon) on Oct 02, 2004 at 10:22 UTC | |
Re: Language or string templates?
by Prior Nacre V (Hermit) on Oct 02, 2004 at 04:12 UTC | |
Re: Language or string templates?
by pingo (Hermit) on Oct 03, 2004 at 08:50 UTC |