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";
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
#-------------------------------------------------------------------
|
||||
|
||||
BEGIN {
|
||||
unshift (@INC, "../lib/");
|
||||
unshift (@INC, "../lib");
|
||||
}
|
||||
|
||||
use CGI::Carp qw(fatalsToBrowser);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue