a problem with the $fmt

2005-10-14 Thread bio learner
  When I ran the make test suite, I have been met a problem. t/apache/util1..8 # Running under perl version 5.008005 for linux # Current time local: Sat Oct 15 07:52:12 2005 # Current time GMT:   Fri Oct 14 23:52:12 2005 # Using Test.pm version 1.25 # Using Apache/Test.pm version 1.25 # testing

Re: PerlCleanupHanlder not called when user clicks on STOP in browser.

2005-10-14 Thread Perrin Harkins
On Fri, 2005-10-14 at 17:32 -0400, Richard F. Rebel wrote: > I have been noticing that PerlCleanupHandlers are not called when a user > pressed the STOP button in their browser before the page is downloded. Yes it is, but not until the request is actually completed. If you want to stop your handl

PerlCleanupHanlder not called when user clicks on STOP in browser.

2005-10-14 Thread Richard F. Rebel
Hello, I have been noticing that PerlCleanupHandlers are not called when a user pressed the STOP button in their browser before the page is downloded. Is this normal behavior or a bug? I really need my handler to run no matter what if possible, at the end of the cycle. Is there a way to achiev

Krang ANNOUNCE: 2.000

2005-10-14 Thread Aaron Dancygier
We're pleased to announce that Krang v2.000 is now available. This is a full fledged major release. Although largely the same as v1.999. 2.000 is more mature with numerous bug fixes and enhancements. Also not to be ignored is the availability of time saving binary distributions for Fedora core 3

Re: A handler just for the / location

2005-10-14 Thread Carl Johnstone
Yes it also handles that path (no-path) I heard that some browsers use to add the "/" after the location if it doesn't end in "/", but I am not sure they do that because for example if I have an URL like: http://www.site.com/test then Internet Explorer doesn't add a "/" after it if /test locat