Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    $template->param(text => $value);
    print $template->output;
    exit;
    
  2. or download this
    <HTML>
    <TMPL_VAR NAME=text>
    </HTML>
    
  3. or download this
    open(SEE, "< ../$value") or die "The File could not be opened.";