Help for this page

Select Code to Download


  1. or download this
    use FileHandle;
    my $fh_header = new FileHandle;
    ...
    
    my $fh_footer = new FileHandle;
    $fh_footer->open("footer.html") or die("Cannot open file: $!\n");
    
  2. or download this
    print qq(
    < meta name="author" content="$form{'author'}">
    ...
    < meta name="language" content=$form{'language'}">
    < meta name="distribution" content="$form{'distribution'}
    );