Re: mod_perl guide corrections: & in uris

2001-02-11 Thread Marc Lehmann
ist on outputting "correct" code. After all, the clients must be fixed ;-> -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

mod_perl guide corrections: & in uris

2001-02-11 Thread Marc Lehmann
Stas told me to forward my mail to the list, since there was a large discussion about it. Since I now see that this seems to have been a kind of dispute and not an ommision I'll provide references to the standards below. - Forwarded message from Marc Lehmann <[EMAIL P

Re: problems with %Location inside perl-sections

2001-02-11 Thread Marc Lehmann
eed here, but rather about correctness, namely that I need ^/admin which shouldn't match at all in a Location directive. Thanks a lot for your reply! -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

problems with %Location inside perl-sections

2001-02-11 Thread Marc Lehmann
same problem with apache-1.3.14 and mod_perl-1.24 I upgraded to apache-1.3.17 and modperl from cvs but the symptoms didn't change so I guess it might not be a bug but rather some misunderstanding on my side :( -- -==- | ==-- _

bug in mod_perl-1.24 & request->args & request->content

2001-01-22 Thread Marc Lehmann
case). So either the documentation or the implementation is in error. I would prefer if the implementation were in error ;) -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Le

Re: global variables and reparsing question (low priority ;)

2000-06-01 Thread Marc Lehmann
ocumented one, a way that breaks modules that work fine under the documented mechanism, does not magically turn recommended code practises into broken code practises. -- -----==- | ==-- _ | ---==---(_)__ __ __

Re: global variables and reparsing question (low priority ;)

2000-05-26 Thread Marc Lehmann
djust myself to the tone on (and around) the modperl mailinglist.. Next time I will simply ignore most of the responses. -- -==- | ==-- _ | ---==---(_)_

Re: global variables and reparsing question (low priority ;)

2000-05-25 Thread Marc Lehmann
ave rather good arguments on the basis of the perl language and protgramming, not because mod_perl does some very undocumented things differently to perl itself. -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: global variables and reparsing (short reproducible example)

2000-05-25 Thread Marc Lehmann
at works only when called from perl sections or also form perlrequire? (Hmm, I'll just try it out and assume it's supported if it works ;) -- -==- | ==-- _ |

Re: global variables and reparsing (short reproducible example)

2000-05-24 Thread Marc Lehmann
ng globals with Apache::Registry. So I guess yes, I was being over-defensive. I'm sorry. -- -==- | ----==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTEC

Re: global variables and reparsing (short reproducible example)

2000-05-24 Thread Marc Lehmann
don't have a load-balanced cluster at your disposal... *) It's also more disruptive ;) -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +

Re: global variables and reparsing question (low priority ;)

2000-05-24 Thread Marc Lehmann
loading time. This, however, is an incompatibility from mod_perl to standard perl, not "broken". What is broken is the notion of "deleting from INC" is equivalent to "unloading a module". -- -==-

Re: global variables and reparsing (short reproducible example)

2000-05-24 Thread Marc Lehmann
alking about perl then. -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/

Re: global variables and reparsing question (low priority ;)

2000-05-24 Thread Marc Lehmann
27;s direct followup discussion about perl to private mail, thanks) -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: global variables and reparsing (short reproducible example)

2000-05-24 Thread Marc Lehmann
R1 safe? (Sorry, so many questions.. :) -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\

Re: global variables and reparsing (short reproducible example)

2000-05-24 Thread Marc Lehmann
> new $x. You cannot redefine closures as well. -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: global variables and reparsing (short reproducible example)

2000-05-23 Thread Marc Lehmann
rt. Old code and variables are not cleared and might interfere with your module. Avoiding lexical variables at global scope and not referencing subs before declaration/definition is therefore recommended. -- -==- |

Re: global variables and reparsing question (low priority ;)

2000-05-23 Thread Marc Lehmann
art from patching _every_ module with a hack like the one I posted)? -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMA

global variables and reparsing (short reproducible example)

2000-05-23 Thread Marc Lehmann
PERL_AUTHZ=1 PERL_TYPE=1 DO_HTTPD=1 = Am I the only one who thinks that { my $x = ...; sub the_only_function_using_x { } } is cleaner then using a global variable? Heck,

Re: global variables and reparsing question (low priority ;)

2000-05-23 Thread Marc Lehmann
ndle is the reparsing of my modules :( -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: global variables and reparsing question (low priority ;)

2000-05-23 Thread Marc Lehmann
een since apache-1.3.9). -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: global variables and reparsing question (low priority ;)

2000-05-23 Thread Marc Lehmann
sub yyy { $v } -- -==- | ==-- _ | ---==---(_)__ __ ____ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

Re: global variables and reparsing question (low priority ;)

2000-05-23 Thread Marc Lehmann
On Tue, May 23, 2000 at 12:56:28AM -0500, Autarch <[EMAIL PROTECTED]> wrote: > On Tue, 23 May 2000, Marc Lehmann wrote: > > > stable (mod_perl really is very unstable for large applications). Apart > > Wow, I wish you'd warned me before I did several large

Re: global variables and reparsing question (low priority ;)

2000-05-23 Thread Marc Lehmann
uot;60feafc16b887e7fcfcf1814590ee576e908197c7d31a9fd13e25cb54f636b70", pappdb=> "DBI:mysql:papp", checkdeps => 1, ); -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |

global variables and reparsing question (low priority ;)

2000-05-22 Thread Marc Lehmann
cessary). Thanks a lot for any feedback ;) -- -==- | ==-- _ | ---==---(_)__ __ __ Marc Lehmann +-- --==---/ / _ \/ // /\ \/ / [EMAIL PROTECTED] |e| -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+ The choice of a GNU generation | |