ossp-pkg/tabea/tabea.cgi 1.1 -> 1.2
--- tabea.cgi 2002/04/15 09:39:04 1.1
+++ tabea.cgi 2002/04/15 14:45:23 1.2
@@ -1,5 +1,5 @@
#!/bin/sh -- # -*- perl -*- -p
-eval 'exec perl -wS $0 ${1+"$@"}'
+eval 'exec perl -S $0 ${1+"$@"}'
if $running_under_some_shell;
##
## OSSP tabea - Web Configuration Editor
@@ -31,7 +31,7 @@
##
require 5.000;
-
+use strict;
use IO;
use CGI;
use Averist;
|
|