Re: handler($$) unreliability

2003-06-16 Thread Matthew Pressly
with a PerlModule My::Class in your httpd.conf I am preloading Project::Control, which I think would be sufficient, but am not preloading the subclass modules that it uses. I am not sure whether that matters or not. sub handler is never overridden in the subclasses. Thanks for your help. -- Matthew

handler($$) unreliability

2003-06-13 Thread Matthew Pressly
this or a good way to track it down? -- Matthew Pressly

[SOT] Strange browser behavior

2002-11-21 Thread Matthew Pressly
handler does detect that the required parms are missing and then dumps the complete request and timestamp into the error log. Also, please let me know if there is a more appropriate forum to ask this question. -- Matthew Pressly

Re: [SOT] Strange browser behavior

2002-11-21 Thread Matthew Pressly
. Thank you all for your help. -- Matthew Pressly

Module dependency testing question

2002-08-20 Thread Matthew Pressly
the missing use was needed (i.e.subroutine or method call to module that wasn't loaded). -- Matthew Pressly

DBI handle management in modules

2002-07-25 Thread Matthew Pressly
I have a number of perl modules that manage their own persistence to a SQL database via DBI. I discovered a flaw in my current approach which was to use an Apache::Singleton::Process object to create a connection and in modules that needed a connection, store the connection in a lexically scoped

Storable and Class::MethodMaker under mod_perl

2002-04-11 Thread Matthew Pressly
' cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib' Matthew Pressly

Re: mod_perl framework + code reuse question

2002-01-11 Thread Matthew Pressly
contains templates. The latter is probably better for sites that have some division of labor between coders and HTML designers, but that's not the case on this one. Thank you for all the help. Matthew Pressly

Apache::Reload question

2002-01-10 Thread Matthew Pressly
is lost because reload occurs in the children but wanted to check before I go down that path. Matthew Pressly

Re: mod_perl framework + code reuse question

2002-01-10 Thread Matthew Pressly
to it. I would also like to learn more about the model-view-controller approach in general. - Perrin Matthew Pressly

mod_perl framework + code reuse question

2002-01-09 Thread Matthew Pressly
, ); #--- END --- Matthew Pressly

[OT] Re: Form Reading

2002-01-08 Thread Matthew Pressly
of submissions is available (by subject) at: http://www.template-toolkit.org/pipermail/templates/2002-January/subject.html a few of these posts have sample code that transforms the result of a form post back into a hierarchical data structure that looks similar to your example. Matthew Pressly

Problem with exception handler in guide?

2002-01-08 Thread Matthew Pressly
/usr/lib/perl5/site_perl/5.6.0/i586-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl . Matthew Pressly