[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] lost all virtuals site in admin and site admin ...
- Subject: RE: [cobalt-users] lost all virtuals site in admin and site admin ...
- From: "Jolley, Carl" <Carl.Jolley@xxxxxxx>
- Date: Fri Jul 26 15:45:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
From: Jean-Christophe SPENLE
To: cobalt-users@xxxxxxxxxxxxxxx
Sent: 7/26/02 4:41 PM
Subject: RE: [cobalt-users] lost all virtuals site in admin and site
admin...
I just downloaded the file and here is the result :
[root home]# ./fixsite.pl
Unmatched right bracket at ./fixsite.pl line 23, at end of line
syntax error at ./fixsite.pl line 23, near "}"
Execution of ./fixsite.pl aborted due to compilation errors.
[root home]#
My fault or fixsite.pl ?
------------------------------
Almost certainly the fault is with fixsite.pl or
with the way that the script was downloaded.
The only way that the problem _might_ be caused
by you is based on the way you tried to run the
program. if the "shebang" line, i.e. the first line
of the script is correct, then it's not your problem.
The "prefered" way to run a perl script is:
perl fixsite.pl
however if the "shebang" line is correct and the file
has execute permission, the way you tried to run it
should have worked.