Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

(Ovid - debugging CGI) Re(??): viewing log via HTML

by Ovid (Cardinal)
on Apr 27, 2001 at 23:23 UTC ( [id://76237]=note: print w/replies, xml ) Need Help??


in reply to Re: (Ovid - Encode entities)Re: Re: viewing log via HTML
in thread viewing log via HTML

If you have checked your logs and are not getting an error, perhaps you need to unbuffer your output. Add $|++; to the top of the code:
#!/usr/bin/perl -w use CGI; use strict; use HTML::Entities; $|++;
For more information, see Suffering from Buffering.

Also, try running the from the command line to see what the output is. Frankly, I didn't look at the code too closely. I just saw data being dumped to the screen that wasn't encoded and responded to that. Good luck!

Cheers,
Ovid

Join the Perlmonks Setiathome Group or just click on the the link and check out our stats.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://76237]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-19 19:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found