Help for this page

Select Code to Download


  1. or download this
    print "Content-type: text/html\n\n";
    
    # rest of code
    
  2. or download this
    use CGI ':standard';
    
    print header();
    
    # rest of code
    
  3. or download this
    perl -pie 's/date/localtime/eg' guestbook.html