
DrZed
User
Jun 7, 2000, 7:14 PM
Post #1 of 3
(795 views)
|
I'm having trouble with -w
|
Can't Post
|
|
When I don't include the flag, my cgi runs fine. #!usr/bin/perl However, when I use a -w, the program totally hangs. It doesn't generate any error messages, it just performs some endless loop. #!usr/bin/perl -w Is there a way of telling what might cause this? I thought that the program would still run the same way under a -w flag, and the only difference would be what's writting into the error log. However, this isn't the case with my program. Dr. Zed
|