>>>>> "Kai" == Kai Andresen <[EMAIL PROTECTED]> writes:

Kai> I copied the My/App test application from the CGI-Prototype
Kai> distribution, and added a app.cgi like:
Kai> use strict;
Kai> use warnings;
Kai> use lib qw( /real/path/here );

Kai> use My::App;
Kai> My::App->activate;

There's no dispatcher in the TestApp.  Inheriting the "return $self"
from the base class means that you'll stay forever in the "My::App"
state, meaning you'll get the "intentionally left blank" message
forever.

For a better "tiny" app, see my Linux Magazine articles (google
site:stonehenge.com CGI::Prototype for the location).

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
cgi-prototype-users mailing list
cgi-prototype-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cgi-prototype-users

Reply via email to