Index: ossp-pkg/tabea/tabea.cgi RCS File: /v/ossp/cvs/ossp-pkg/tabea/tabea.cgi,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/tabea/tabea.cgi,v' 2>/dev/null --- 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;