Hi there
I have searched on google and through the forums for this one.
Is it possible to call one global from another eg.
global1 sub { return "hehe"; }
global2 sub {return global1;}
When I try this, the template I use <%global2%> in, complains that global1 doesn't exist...
Thanks.
Sacrifice is not about what you lose,
it is about what you gain in the process.

I have searched on google and through the forums for this one.
Is it possible to call one global from another eg.
Code:
global1 sub { return "hehe"; }
global2 sub {return global1;}
When I try this, the template I use <%global2%> in, complains that global1 doesn't exist...

Thanks.
Sacrifice is not about what you lose,
it is about what you gain in the process.