First time poster :)
I'm trying to convert and add to a Perl script that writes messages to the console. I'm finding this to be challenging due to the nature of HTTP and responses being sent as complete static pages. Is there any relatively easy way to mimic stdout thru the web? Like if I wanted the app to continuously write to a "status" page to show progress? Thanks for any help on this!