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

Re: HTML::Template macros

by jZed (Prior)
on Dec 04, 2003 at 23:41 UTC ( [id://312375]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use HTML::Template;
    my $tmpl = HTML::Template->new(
    ...
    <a href="%~userid~%">%~username~%</a>
    is easier to edit than
    <a href="<TMPL_VAR NAME="userid">"><TMPL_VAR NAME="username"></a>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (8)
As of 2024-04-18 07:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found