I have a number of PERL scripts that do various things; I use the command "print" to dump information on the screen (in DOS text mode). I am a bit fed up with this outdated method, can I send (or parse?? not sure how to word it) the out put to IE explorer, I Know I need to use some sort of (HTML) library, but I’m not quite sure which and how.
Basicall, regard the blank IE explorer page as the little DOS (cmd windows) and using the command “print or HTML equivalent command ” to show the text on the blank IE explorer page.