dev2000 has asked for the wisdom of the Perl Monks concerning the following question:
works properly here:my $r = shift; $r->send_http_header('text/plain'); $r->print("mod_perl rules!\n");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: mod_trouble
by mattriff (Chaplain) on May 19, 2002 at 00:34 UTC | |
by dev2000 (Sexton) on May 19, 2002 at 02:30 UTC |