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; [download]