Russ has asked for the wisdom of the Perl Monks concerning the following question:
I asked yesterday about the CGI that was failing to escape. Now I've got a new interesting problem. Background: I know this code works on Linux, I've been running it for months.
I have a piece of code that says:
I've put logging statements around it, since I can see it work from the debugger, but the webserver just hangs. Well, those statements point to the fact that when the sub calls:print some_sub($variables);
Nothing happens.return ($variable);
I've since upgraded the CGI to 2.53 in order to match the other server's configuration. perl -v = 5.005_02.
Thanks for any help,
Mike
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: I've returned
by btrott (Parson) on Aug 03, 2000 at 05:45 UTC | |
by PsychoSpunk (Hermit) on Aug 03, 2000 at 18:58 UTC | |
by PsychoSpunk (Hermit) on Aug 04, 2000 at 21:37 UTC |