Re: a mystery.. need help

2005-05-28 Thread David Dick
what is it supposed to do? Luinrandir Insight wrote: Hallo group.. any idea why this line is bad? Lou foreach $v0(0 .. 150) { if ($Data[$v0] ne "") { $Data[$v0] = $form{Data($v0)}; this line is bad! ! ! ! ! } print qq|Data($v0) = $Data[$v0

a mystery.. need help

2005-05-28 Thread Luinrandir Insight
Hallo group.. any idea why this line is bad? Lou foreach $v0(0 .. 150) { if ($Data[$v0] ne "") { $Data[$v0] = $form{Data($v0)}; this line is bad! ! ! ! ! } print qq|Data($v0) = $Data[$v0]|; } }

Re: Sessions in rc6+ ?

2005-05-28 Thread David Nicol
> In this specific case, Apache::Session has that name mostly by > coincidence. It could be called Tie::Hash::Persistent or something > similar with no loss of accuracy. > > - Perrin or "DirDB"

Re: Sessions in rc6+ ?

2005-05-28 Thread Perrin Harkins
On Fri, 2005-05-27 at 23:34 -0400, jonathan vanasco wrote: > Perhaps someone can add to that docs what are core modules, and what > are commonly confused as such? Done. I added a definition saying core modules are the ones that ship in the mod_perl distribution. In this specific case, Apache::