Server Technology PPNT User Manual Page 14

  • Download
  • Add to my manuals
  • Print
  • Page
    / 95
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 13
CGI Examples(3/7)
Example 2:
Dump environment variables: CGI as Perl script
GET method, no parameters from client
Write HTML to st dout
#!/usr/bin/perl
require "cgi-lib.pl";
print &PrintHeader;
print "<hr>";
print &PrintEnv;
(14/95)
Page view 13
1 2 ... 9 10 11 12 13 14 15 16 17 18 19 ... 94 95

Comments to this Manuals

No comments