http://qs321.pair.com?node_id=219609


in reply to perl + CGI's

You need to print a header first.

use CGI; my $q = CGI->new(); print $q->header(); [insert your code here]

The header tells the browser what type of content to expect, and without it, it gets confused.

--
hiseldl
What time is it? It's Camel Time!