in reply to Re: Re: Re: STRICT question
in thread STRICT question

I dont have some error message. The script don't work. Don't execute. My browser is blank(none).

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: STRICT question
by ChrisR (Hermit) on Oct 23, 2003 at 20:32 UTC
    It's hard to believe that that are no errors and that your browser window is just blank. I suppose this coul dhappen if your web server was misconfigured but here's another shot at an answer. I noticed the first line in your script
    #!perl -w
    This line is the path to perl on your system. My guess is that perl is located in /usr/bin/ or /usr/local/bin or something like that. You need to be sure that you know where perl is and fix that line to show the actual path. Then use warnings; You also need to loacte your webserver's error log and watch the messages that are being written to that file. If you are still having trouble after that, let us know and we'll try again.
Re: Re: Re: Re: Re: STRICT question
by vek (Prior) on Oct 24, 2003 at 03:03 UTC

    What webserver are you using? What does the error log say?

    -- vek --