Home : General : Perl Programming :

General: Perl Programming: Re: [oldmoney] Non-parsed headers: Edit Log

Here is the list of edits for this post
Re: [oldmoney] Non-parsed headers
Yep.. That makes perfect sense because that's exactly what you're outputting.

What did you expect?

If you only expected time=xxxx then get rid of these lines:

print "--End\n";
print "Content-type: text/plain\n\n";

They're redundant anyway as you've already printed a header.

- wil

Last edited by:

Wil: May 20, 2002, 1:47 AM

Edit Log: