Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

RFC - Template::Empty

by redhotpenguin (Deacon)
on Feb 25, 2008 at 08:13 UTC ( [id://669956]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <html>
      <head>
    ...
        </form>
      </body>
    </html>
    
  2. or download this
    my $template = Template::Empty->load(file =>'index.html');
    $template->title = 'Now we have a page title'.
    ...
    $template->form->username->value = $default_user->username;
    $template->messagebar = 'Your last record was updated';
    print $template->as_string;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://669956]
Front-paged by tye
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-03-29 10:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found