in reply to (jcwren) RE: (2) The Sweat and Grime of GUI
in thread Where oh where to start (looking)
There's an example of this in WebChat in under 100 lines of Perl.$c->send_basic_header(); print $c "Content-type: text/html\n\n<HTML>...";
-- Randal L. Schwartz, Perl hacker
|
|---|