dpmott has asked for the wisdom of the Perl Monks concerning the following question:
#!perl -d:ptkdb
use strict;
use CGI;
my $q = new CGI;
print $q->header();
print $q->start_html();
print $q->h1("Hello, World!");
print $q->end_html();
If I take away the -d option, it works fine, I get "Hello, World!" in my browser.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Devel::ptkdb, CGI script, Apache, WinXP -- why won't it work?
by dpmott (Scribe) on Nov 18, 2002 at 21:20 UTC | |
|
Re: Devel::ptkdb, CGI script, Apache, WinXP -- why won't it work?
by atcroft (Abbot) on Nov 18, 2002 at 20:32 UTC | |
by dpmott (Scribe) on Nov 18, 2002 at 20:39 UTC | |
by dpmott (Scribe) on Nov 18, 2002 at 20:49 UTC |