App-Context
view release on metacpan or search on metacpan
lib/App/Context/NetServer.pm view on Meta::CPAN
#
# reverse_lookups 1 undef
# allow /regex/ none
# deny /regex/ none
#
# ## daemonization parameters
# pid_file "filename" undef
# chroot "directory" undef
# user (uid|username) "nobody"
# group (gid|group) "nobody"
# background 1 undef
# setsid 1 undef
#
# no_close_by_child (1|undef) undef
sub dispatch_events {
my ($self) = @_;
my $options = $self->options();
my @options = qw(
conf_file
log_level log_file
syslog_logsock syslog_ident syslog_logopt syslog_facility
port host proto listen
reverse_lookups allow deny
pid_file chroot user group background setsid
no_close_by_child
);
my (%options);
#foreach my $option (@options) {
# if (defined $options->{"netserver_$option"}) {
# $options{$option} = $options->{"netserver_$option"};
# }
#}
lib/App/devguide.pod view on Meta::CPAN
__END__
=head1 NAME
App::devguide - App Developer's Guide
=head1 INTRODUCTION
This is the Developer's Guide to the
App (Perl 5 Enterprise Environment).
You can find out more background to the project on the web.
http://www.officevision.com/pub/p5ee
http://p5ee.perl.org
=head1 App DESIGN PHILOSOPHY
When the App project was begun, there were already
* many outstanding Perl packages on CPAN
* an excellent systems architecture for Perl webapps (mod_perl)
lib/App/faq.pod view on Meta::CPAN
=head1 NAME
App::faq - App-Context Frequently Asked Questions
=head1 INTRODUCTION
This is the FAQ for the
App-Context software framework
(a variant of the Perl 5 Enterprise Environment).
You can find out more background to the project on the web.
http://www.officevision.com/pub/p5ee
http://p5ee.perl.org
=head1 GENERAL
=head2 Why should I use App-Context rather than J2EE or .NET?
Perhaps it's because you prefer writing in Perl?
But besides that, there are other reasons.
lib/App/installguide.pod view on Meta::CPAN
__END__
=head1 NAME
App::installguide - App Installation Guide
=head1 INTRODUCTION
This is the Installation Guide to the
App (Perl 5 Enterprise Environment).
You can find out more background to the project on the web.
http://www.officevision.com/pub/p5ee
http://p5ee.perl.org
Installation of the App requires the following:
* install Perl (at least 5.5.3) (5.005_03)
(you can test this by typing "perl -v")
* install Apache or other web server
* install dependent Perl modules from CPAN
lib/App/installguide.pod.ota view on Meta::CPAN
__END__
=head1 NAME
Business::Travel::OTA::installguide - Installation Guide for the Business-Travel-OTA Distribution
=head1 INTRODUCTION
This is the Installation Guide to the Business-Travel-OTA distribution
the Microsoft Windows platform.
You can find out more background to the project on the web.
http://search.cpan.org/~spadkins/Business-Travel-OTA/lib/Business/Travel/OTA.pm
http://search.cpan.org/~spadkins/Business-Travel-OTA
http://sourceforge.net/projects/ota-tools
http://www.opentravel.org
This will describe how to get
up and running (for demonstration or development purposes) on a Unix/Linux system.
These instructions assume that your system is connected to the Internet.
lib/App/quickstart.pod view on Meta::CPAN
__END__
=head1 NAME
App::quickstart - App::Context Developer's Quick-Start Guide
=head1 INTRODUCTION
This is the Developer's Quickstart Guide to the App::Context Framework.
Its focus is to give a minimum amount of theoretical or explanatory
background and get right into learning by example.
=head1 DOCUMENTATION OVERVIEW
That having been said, it is also important to let you know
what documentation exists and what state it is in.
I got started building the App::Context framework a while ago.
The documentation is very limited. This is an effort to bring it all together.
This list shows how all of the documentation fits together and in what state
it is.
lib/App/quickstart.pod view on Meta::CPAN
=over
=item * L<App::quickstart> - This quick start guide.
=item * L<App::installguide::hosted> - Installing the App::Context Framework on a non-root web hosting account
=back
The following documentation also is in good shape.
It is background reference material.
=over
=item * L<App::datetime> - Guidance on date, time, and datetime types in perl.
=item * L<App::exceptions> - Guidance on exceptions in perl.
=back
The following documentation is in a state that needs review, modification, or completion.
( run in 1.643 second using v1.01-cache-2.11-cpan-f56aa216473 )