in reply to Re: mod_perl, IE and DWIM
in thread mod_perl, IE and DWIM
which runs as a .plx, but not as a .pl!#!/perl/bin/perl # # mod_perl_rules1.pl use strict; use warnings; use diagnostics; print "Content-type: text/plain\n\n"; print "mod_perl rules!\n";
--hsm
"Never try to teach a pig to sing...it wastes your time and it annoys the pig."
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: mod_perl, IE and DWIM
by liz (Monsignor) on Jul 20, 2003 at 20:47 UTC | |
by hsmyers (Canon) on Jul 20, 2003 at 20:56 UTC |