Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Re: rant on = qw(HTML::Mason Embperl Template etc) ;

by kwoff (Friar)
on Nov 10, 2001 at 05:56 UTC ( [id://124525]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $tmpl = HTML::Template->new('filename' => $TEMPLATE);
    $tmpl->param('Temperature' => $current->{'Temperature'});
    ...
    $tmpl->param('WindSpeed' => $current->{'WindSpeed'});
    ...
    print $tmpl->output();
    
  2. or download this
    <TABLE>
    <TR>
    ...
    </TD>
    </TR>
    </TABLE>
    
  3. or download this
    <H3>Current weather</H3>
    [insert HTML here using a selection of the variables below]
    ...
    --><!--TMPL_VAR NAME="Visibility"--><!--TMPL_VAR NAME="Icon"--><!--TMP
    +L_VAR NAME="IconDescription"-->-->
    
    ...
    

Log In?
Username:
Password:

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

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

    No recent polls found