 |

ecroswell
New User
Mar 10, 2003, 6:08 AM
Post #1 of 2
(2238 views)
Shortcut
|
Cant view first page! ! !
|
Can't Post
|
|
man this stinks! I was really looking forward to just starting to use this DocBuilder to accomplish our goals. At any rate, we are using this onl our Intranet Server with Red Hat 8.0 running Apache. I have a very new version of PERL and had to change the top line path to " #!/usr/bin/perl -w " NOW ~ in terms of the -w I am not sure what exactly what that means and why I have to put it on the top, but it seems to execute other simple scripts. When looking at my error_log I see that there are several errors on different lines within the script. I am not sure what is wrong. Anyone got an idea? Thanks in advance Erik
|
|
|  |
 |

Benjamin
Staff

Mar 10, 2003, 12:43 PM
Post #2 of 2
(2233 views)
Shortcut
|
|
Re: [ecroswell] Cant view first page! ! !
[In reply to]
|
Can't Post
|
|
Hey Erik, The -w bit just tells Perl to be especially fastidious and show all warnings that may be generated from the script. It's not necessary, but I wouldn't imagine it would interfere with the script... Try removing it, and running the script again. If this works, I'll have a word with one of our programmers to find out what's going on. Post me back! :-) Ben interactivetools.com
|
|
|  |
|