home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / Javascript / InteractiveWebDesignJavascript / Scripting / cgi1 / perl / cgi-bin / test.pl < prev    next >
Encoding:
Text File  |  2001-07-18  |  77 b   |  2 lines

  1. print "Content-type: text/html\n\n";
  2. print "<H1>Hello World from Perl</H1>";