Quote:
Originally Posted by tiger
BTW these are the errors I'm getting when I try to run install:
Use of uninitialized value in substitution (s///) at install.cgi line 26.
Use of uninitialized value in split at install.cgi line 27.
Use of uninitialized value in concatenation (.) or string at install.cgi line 28.
Use of uninitialized value in concatenation (.) or string at install.cgi line 29.
Use of uninitialized value in split at install.cgi line 36.
Use of uninitialized value in string eq at install.cgi line 39.
|
Did you change the install cgi to run as "strict"?
Just put your path to perl in the script without any switches and run it.
For example use this : /usr/bin/perl
but not this : /usr/bin/perl -d -w -s