Help for this page

Select Code to Download


  1. or download this
    [Wed Apr 01 09:28:54 2009] [crit] (22)Invalid argument: Parent: Failed
    + to create the child process.
    [Wed Apr 01 09:28:54 2009] [crit] (OS 6)The handle is invalid.  : mast
    +er_main: create child process failed. Exiting.
    [Wed Apr 01 09:28:54 2009] [notice] Parent: Forcing termination of chi
    +ld process 2670888
    
  2. or download this
    sub Render
    {
    ...
        print $engine->output;
    
    }
    
  3. or download this
    sub Render
    {
    ...
        $tt->process($template, { params => $params, data => $data } );
    
    }
    
  4. or download this
    $TEMPLATE_ENGINE->Render(@_, $TEMPLATE_DIR);