home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / PCSoftware / Visual Perl Editor / visualperl.exe / {app} / test.cgi < prev    next >
Encoding:
Text File  |  2000-09-27  |  506 b   |  20 lines

  1. #!C:\Perl\bin\perl.exe
  2.  
  3. #This will NOT work if you don't copy it to you CGI dir
  4. #IMPORTANT : If this doesn't work, read README.TXT. It has
  5. #instructions to run this offline in windows.
  6.  
  7. #Please Change above to where your perl is.
  8. #If you upload it, change to where perl is on your server
  9.  
  10. print "Content-Type: text/html\n\n";
  11. print <<EndHdr;
  12. <html><head><title>Visual Perl Editor v2.6</title></head>
  13. EndHdr
  14.  
  15. print("Welcome. This is a test");
  16.  
  17. print <<EndFooter;
  18. </body></html>
  19. EndFooter
  20.