Help for this page

Select Code to Download


  1. or download this
    use CGI::SSI_Parser; 
    
    fssi("./header.html"); or
    sssi('<!--#include virtual="./header.html" -->');
    
  2. or download this
    use CGI::SSI;
    
    ...
    
    $ssi->include(virtual => './header.html');