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

Re^3: CGI::Ajax + Template::Toolkit Question

by randyk (Parson)
on Mar 07, 2007 at 16:17 UTC ( [id://603628]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $config = {
          INCLUDE_PATH => '/tt', 
    ...
          EVAL_PERL    => 1,
    };
    my $tt = Template->new($config);
    
  2. or download this
    sub main_page {
      
    ...
           || die $tt->error();
      return $output;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found