Re: Reading email with mod_perl

2001-02-08 Thread Glorfindel
Hi Check MIME::Parser ( recent version to avoid error with bad use of date.pm instead of Date.pm ) Jason Terry wrote: > Does anybody have an information on how to read a MIME encoded email attachment with >mod_perl? -- Don't be irreplaceable, if you can't be replaced, you can't be promoted.

About custom_respons and Internal redirect

2001-01-29 Thread Glorfindel
Hi all, We'we write a simple package with a simple sub "Die" which handle application error ( warning in fact ... ) MyErrorPkg::Error->set( $code[0], $code ); ( set the error message, which will be fetched in error.epl ) my $r = Apache->request() || return; if ( $r->method()

Re: location not working

2001-01-10 Thread Glorfindel
Hi all, Is your Apache::Hello loaded? ( look at perl-status ) If not Replace PerlHandler Apache::Hello By perlHandler +Apache::Hello Is your handler perform an internal_redirect? [EMAIL PROTECTED] wrote: > Following the beginners directions in Stein and MacEachern(S&M), > > I have

Re: Where can I find....

2000-12-29 Thread Glorfindel
Look at the RFC of HTTP Michael wrote: > Where can I find documentation on the how to use all the values that > appear in Apache::Constants > > The obviously do something, but what??? > I figured out what OK, DECLINED do by reading the source, but what > about all the rest. Are they described som

Re: POST with PERL

2000-12-21 Thread Glorfindel
Hi, You should not try to post TO a flat html filebut only FROM it. Hope it help. [EMAIL PROTECTED] wrote: > Hi! > > I have a little problem. A wrote a perl-script to manage guestbook-like > section of my page. Script is working, but from the shell. When I try to > post a data through ht

Re: AuthCookie

2000-11-25 Thread Glorfindel
Kiran Kumar wrote: > Hi, > I have Installed AuthCookie Module but it does not work on netscape (4.7) > but works on IE . >In netscape after I logout and later i req Hello all, > uest a protected page i still > get the page ,Can anyone help me on this . netscape could cache the requested

Re: Determining memory available for cache

2000-11-25 Thread Glorfindel
[EMAIL PROTECTED] wrote: > This mail is probably naive. Sorry. > Not so naive ! > > I want to set up a cache, storing html templates and perl widgets (held > in MySQL) that are regularly eval'd. I want to attach timestamps and hit > counts to each stored scalar, to help decide which are the mos