in reply to Link not working in Perl script

Do you own mydomain.com? example.com has the express purpose of example domain :)

I've checked the error log, but it doesn't show much,

Well then, make your own error log, see CGI::Carp::carpout. This and more at Tutorials: CGI Programming:Troubleshooting Perl CGI scripts

Replies are listed 'Best First'.
Re^2: Link not working in Perl script
by kepler (Scribe) on Apr 12, 2011 at 10:38 UTC
    You guys are the best...at least on your jokes...I usually place in all my scripts:
    print "Content-type: text/html\n\n";
    In sub.pl, I forgot... sorry... I'll check the module you suggested - CGI::Carp::carpout. Thanks. Regards, Kepler