Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    $template->param(app => $application_to_call);
    print $template->output();
    exit;
    
  2. or download this
    <!-- snip -->
    <frameset frameborder="no" framespacing="0" border="0" rows="80,*">
    ...
       <frame name="main" src="<TMPL_VAR NAME="app">">
    </frameset>
    <!-- snip -->