in reply to Stuck on some real basic cgi perl

Tony, Are you receiving any error messages from the server? You may need to print a html header before the html output, such as:
print "Content-Type: text/html; charset=ISO-8859-1\n\n";

Hope that leads you in the right direction.

Thanks!
s;;5776?12321=10609$d=9409:12100$xx;;s;(\d*);push @_,$1;eg;map{print chr(sqrt($_))."\n"} @_;

Replies are listed 'Best First'.
Re^2: Stuck on some real basic cgi perl
by o2bwise (Scribe) on Apr 13, 2007 at 14:47 UTC
    Hey, logie, Nope, that wasn't it (see my other replies), but thanks!

    Tony