Re: code evaluation in regexp failing intermittantly

2002-10-26 Thread Rodney Hampton
Gang, I'm forwarding this to the list. Sorry Danny for sending it to your personally. Rodney Hampton Danny Rathjens wrote: Looks like you accidentally replied to just me instead of the group. Don't ask me why we don't have a reply-to header on the list, ;) Rodney Hampton wrote: Perrin

code evaluation in regexp failing intermittantly

2002-10-23 Thread Rodney Hampton
help! Rodney Hampton package Application::View; #PerlHandler ### # Copyright (C) 2000-2002  R.A. Hampton and Associates # All Rights Reserved.  Proprietary and Confidential

Re: code evaluation in regexp failing intermittantly

2002-10-23 Thread Rodney Hampton
Thanks to some help, the answer was simply to enclose all my code evaluation regexp statements with eval q{}; (strangely, even those within an eval block already needed this same kick in the pants) I think I'm back on track now. Sorry for the lengthy post. Regards, Rodney Hampton Rodney

$r-requires

2002-10-16 Thread Rodney Hampton
Does anyone have an example of how to use $r-requires? I cannot find Apache::AuthzAge for an example of its use. I'm trying to handle all my location directive specific stuff in a TransHandler and simply want to set require valid-user for some specific paths. Thanks, Rodney Hampton

Re: $r-requires

2002-10-16 Thread Rodney Hampton
this actually works would be appreciated. Rodney Hampton

Apache::Session - suggestion for man page

2002-10-16 Thread Rodney Hampton
accomodates sites with multiple cookies being set. I hope this makes some sense. Regards, Rodney Hampton

Re: Question...

2002-02-14 Thread Rodney Hampton
Actually, you can use the onUnload handler in the body tag. http://developer.netscape.com/docs/manuals/communicator/jsref/evnt24.htm Rodney Hampton Jon Robison wrote: On page leave? Well I think you can of course use javascript on all the links on the page, but I don't believe you can do