http://qs1969.pair.com?node_id=90339


in reply to String terminator problems.

#!/usr/bin/perl -w use CGI qw(:all); print header, start_html("m o n k t a s t i c"); print "i'm a page"; print end_html; exit;
will send out a page :) hth t