in reply to Re: (Ovid - Encode entities)Re: Re: viewing log via HTML
in thread viewing log via HTML
For more information, see Suffering from Buffering.#!/usr/bin/perl -w use CGI; use strict; use HTML::Entities; $|++;
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.
|
|---|