At 07:28 PM 5/12/00 +0300, Stas Bekman wrote:
>On Fri, 12 May 2000, Keith G. Murphy wrote:
>
> > "Jeffrey W. Baker" wrote:
> > >
> > > On Thu, 11 May 2000, Marc Slemko wrote:
> > >
> > > > In reality, IE's recently publicized hole (which I reported to
> them, in a
> > > > slightly modified form,
On Sat, 13 May 2000, Robert Nice wrote:
> Hi,
>
> Simple problem, I had a quick search thorugh the archives and a good
> delve into the perl website, no joy.
You didn't delve deep enough, perl.apache.org/index.html reveals no
mod_perl specific info.
Guide is your guide into mod_perl. The answ
Hi,
Simple problem, I had a quick search thorugh the archives and a good delve into the
perl website, no joy.
(Using modPerl 1.23)
#!/usr/bin/perl -w
use lib '../site_perl';
use CGI;
my $cgi = new CGI;
print $cgi->header;
print join("\n", @INC);
---
On Sat, 13 May 2000, Martin Wood wrote:
> Missing the cyan and purple already :)
>
> Heh, not really, looks much more professional now - in the past I would
> sometimes close the guide down when management walked past as it looked
> non-work related from a distance.
>
> Not sure yet if I prefer
Thanks for the tip - its something I will definitely explore. My entire
gripe with this problem has not been with performance or efficiency but with
readability and easy maintainability of the many scripts in our main
application - but we are getting there - and the great thing is there are so
man
Missing the cyan and purple already :)
Heh, not really, looks much more professional now - in the past I would
sometimes close the guide down when management walked past as it looked
non-work related from a distance.
Not sure yet if I preferred the code and configuration snippets with a
differen
I see this error message in my error_log,
[Sat May 13 13:06:38 2000] [error] (in cleanup) Undefined method
HTML::FastTemplate::DESTROY at
/usr/lib/perl5/site_perl/5.6.0/i686-linux/Apache/Registry.pm line 144
Does it mean that I have to add a dummy DESTORY() in my package? Is there
any docs