> +# make sure we are in a sane environment. > +$ENV{GATEWAY_INTERFACE} =~ /^CGI-Perl/ or die "GATEWAY_INTERFACE not Perl!"; please don't use that uglyness anymore, we have the cleaner and more logic $ENV{MOD_PERL} for quite a while now. actually, i would like to remove eg/ from the distribution altogether, it's way out of date, and not very useful now that we have the guide, the book, and a pile of Apache::* modules on cpan.
- cvs commit: modperl/eg startup.pl sbekman
- cvs commit: modperl/eg startup.pl Doug MacEachern
- cvs commit: modperl/eg startup.pl dougm
- Re: cvs commit: modperl/eg startup.pl Stas Bekman
- Re: cvs commit: modperl/eg startup.pl Stas Bekman
- Re: cvs commit: modperl/eg startup.pl Doug MacEachern
- Re: cvs commit: modperl/eg startup.pl Stas Bekman
- Re: cvs commit: modperl/eg startup.pl Doug MacEachern
- Re: cvs commit: modperl/eg startup.pl brian moseley
- Re: cvs commit: modperl/eg startup.pl Vivek Khera
- Re: cvs commit: modperl/eg startup.pl Stas Bekman