Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

A Concise Example of MVC

by TedYoung (Deacon)
on Feb 22, 2007 at 02:27 UTC ( [id://601474]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Domain;
    
    ...
    #etc.
    
    1
    
  2. or download this
    package DomainManager;
    
    ...
    }
    
    1
    
  3. or download this
    package DomainManagerOutput;
    
    ...
    sub getText { ... }
    
    1
    
  4. or download this
    #!/usr/bin/perl -T
    
    ...
          print "[ OK ]" . $_->getText . "\n";
       }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-25 13:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found