Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Callbacks and templates.

by kappa (Chaplain)
on Apr 13, 2004 at 06:36 UTC ( [id://344634]=note: print w/replies, xml ) Need Help??


in reply to Callbacks and templates.

You can also define callbacks using HTML::Template::Expr. Look:
my $tmpl = new HTML::Template::Expr filename => 'template.html', functions => { site_name => \&site_name, };
And in template you can write:
<TMPL_VAR EXPR="site_name()">

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://344634]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-20 03:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found