in reply to (jcwren) RE: (2) The Sweat and Grime of GUI
in thread Where oh where to start (looking)

You can send content without generating a file by using:
$c->send_basic_header(); print $c "Content-type: text/html\n\n<HTML>...";
There's an example of this in WebChat in under 100 lines of Perl.

-- Randal L. Schwartz, Perl hacker