Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: object-oriented composition of model-view with HTML::Seamstress

by metaperl (Curate)
on Feb 25, 2008 at 20:08 UTC ( [id://670115]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $view->render($tabular_model);
    warn $view->as_HTML;
    
  2. or download this
    package Model;
    
    ...
    
    1 ;
    
  3. or download this
    package View::bullet;
    
    ...
    1;
    
  4. or download this
    package View::table;
    
    ...
    
    1;
    
  5. or download this
    [tag://html,templating]
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (10)
As of 2024-04-19 08:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found