Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

CGI::Application Templates

by logie17 (Friar)
on Feb 06, 2007 at 06:19 UTC ( [id://598490]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub examplRM{
    my $self = shift;
    ...
    my $output = 'example'
    $template->param( outputVar => $output);
    return $template->output;
    
  2. or download this
    sub exampleNav{
    my $self = shift;
    my @nav = qw(Nav1, Nav2, Nav3);
    return \@nav;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-24 11:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found