Help for this page

Select Code to Download


  1. or download this
    $Template->param(Results => "<p>Results: $shtuff<\/p>");
    
  2. or download this
    print <<HTMLSTUFF;
    <html>
    <head>
    <title>No file</title>
    ...
    
  3. or download this
    my $Template = HTML::Template->new(
       filename => '../Template/Search_Engine.tmpl'
    );
    
  4. or download this
    #The secret ingredient!
    use lib "../lib";
    use HTML::Template;