[cgi-prototype-users] Tried to use My/App, unable to make it work

2005-10-11 Thread Kai Andresen
Hello, I copied the My/App test application from the CGI-Prototype distribution, and added a app.cgi like: use strict; use warnings; use lib qw( /real/path/here ); use My::App; My::App->activate; Now, directing the browser to the application brings up the welcome page, and the source of the

Re: [cgi-prototype-users] Tried to use My/App, unable to make it work

2005-10-12 Thread Kai Andresen
Hi Terrence, first let me thank you for your time > > There's a fully functioning CGI::Prototype app here: > > http://www.metaperl.org/Guestbook I have already looked at it earlier, and it's nice - I really did not think I had any problems understanding the logic or the relationship between t