Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Re: Re: Passing arguments to subroutines using Template Toolkit

by perrin (Chancellor)
on Nov 30, 2001 at 02:34 UTC ( [id://128485]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Passing arguments to subroutines using Template Toolkit
in thread Passing arguments to subroutines using Template Toolkit

You only need to pass the sub as a reference if you plan to call it from within the template. Passing it as a ref lets you do this in your template:
[% filler(some_var) %]
Personally, I like to avoid callbacks from within templates when possible, but this can be useful for things like passing in a subroutine that escapes HTML characters.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-03-29 14:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found