WebGUI 1.0.0 release
This commit is contained in:
parent
597b9ff2b0
commit
655ba6d283
40 changed files with 606 additions and 267 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/perl
|
||||
print "Content-type: text/html\n\n";
|
||||
use CGI;
|
||||
my $cgi = CGI->new();
|
||||
print $cgi->header;
|
||||
|
||||
foreach (keys %ENV) {
|
||||
print $_."=".$ENV{$_}."<br>\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue