caedes has asked for the wisdom of the Perl Monks concerning the following question:
It works just great when the user sends a cookie to the server, but something breaks when no cookies are sent. When I use this hash in a boolean test ( ie. $hash{key}>3 ) the process hangs with no error output. It just sits there doing nothing and taking up no cpu cycles. When I move this program to a linux server with the same version on perl it works just great whether or not the user has cookies on. I'm hopeing this is a bug in the windows port of perl, but I'm not going to hold my breath. Any thoughts would be appreciated.
PS: Sorry that I can't post any code, but it's too large and really wouldn't help much anyway.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Mysterious ActiveState Perl Hangs
by simon.proctor (Vicar) on Feb 18, 2002 at 13:32 UTC | |
Re: Mysterious ActiveState Perl Hangs
by cLive ;-) (Prior) on Feb 18, 2002 at 19:04 UTC |