Help for this page

Select Code to Download


  1. or download this
    package FooBar;
    
    ...
                        
       return $some_file; 
    }
    
  2. or download this
    $template = $self->load_tmpl( "foobar.tmpl");    
    return ($template->output, $some_file);