in reply to I think I'm misunderstanding $|
Am I misunderstanding how $| works?Probably not. But there are other errors.
select(STDERR); $| = 1;
Well, no error, but need for that. STDERR is auto-flushed by default. Delete those \n\n after your Content-type header. Those are an error.
Typo here:
#reads the input values here print END_HTML; <title>PAGE TITLE</title>
should be
print <<END_HTML;
--shmem
_($_=" "x(1<<5)."?\n".q·/)Oo. G°\ /
/\_¯/(q /
---------------------------- \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: I think I'm misunderstanding $|
by sigmazero13 (Novice) on Dec 17, 2007 at 22:46 UTC | |
by ikegami (Patriarch) on Dec 17, 2007 at 22:49 UTC |