This question was moved from Categorized Questions and Answers
Please do not vote for this node. It will affect the wrong
user.
Thank You -- Q&AEditors
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:
print some_sub($variables);
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:
return ($variable);
Nothing happens.
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
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.