[mp2] Apache2::Reload doesn't reload

2007-06-27 Thread Colin Wetherbee
It seems like I've tried everything, and I can't get Apache2::Reload to reload my modules. I have a handler in a module called JetSet::Handler. That module depends on a number of other modules, which I've tried to include with 'use', with limited success. It seems, sometimes, symbols act jus

Re: [mp2] Apache2::Reload doesn't reload

2007-06-27 Thread Jonathan Vanasco
I've found Reload to work poorly on the handler sub -- i haven't been able to figure out why, but it just works poorly. To get around that, I just have the handler call/wrap other subs. package myapp; sub handler { $page= myapp::Page->new(); $page->whatever; } any changes

Re: [mp2] Apache2::Reload doesn't reload

2007-06-27 Thread Colin Wetherbee
Jonathan Vanasco wrote: sub handler { $page= myapp::Page->new(); $page->whatever; } So, Page.pm defines an object... do you have Page.pm including other Exporter-style modules? And, do those work properly? Thanks. Colin

Plat_Forms: Results and Survey

2007-06-27 Thread Alvar Freude
Hi mod_perl users, some months ago I asked for Perl web development teams for the Plat_Forms contest. Now the results are published: The research team of the Free University of Berlin creat

newbie questions

2007-06-27 Thread pubert na
I've been trying to convert our app over to mod_perl. Everything went smoothly except the cookies. When I load the page, some frames load and other don't. Below is the Perl function which prints out the headers. It's called before any template is printed. If I comment out the cookie lines, an