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

mini-languages for MVC view/controller manipulation

by metaperl (Curate)
on Dec 26, 2004 at 17:38 UTC ( [id://417468]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <html> 
     <head> 
    ...
       <p>Today's date is <span klass=content id="date">Oct 6, 2001</span>
    +. 
     </body> 
     </html>
    
  2. or download this
    use html::hello_world; 
     
    my $tree = html::hello_world->new; 
    $tree->name('terrence brannon')->date('5/11/1969')->as_HTML;
    
  3. or download this
    
    package html::hello_world; 
    ...
     
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-09-08 20:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.