Home / Documentation / Offsite Resources / | ||||
Other topics | ||||
|
||
Where to learn more about other topics that are useful for mod_perl developers and users.
What Perl Monks is: Our attempt to make learning Perl as nonintimidating and easy to use as possible. A place for you and others to polish, improve, and showcase your Perl skills. A community which allows everyone to grow and learn from each other.
The Perl Review is a magazine for the Perl community by the Perl community produced with open source tools.
http://world.std.com/~swmcd/steven/perl/module_mechanics.html - This page describes the mechanics of creating, compiling, releasing and maintaining Perl modules.
Perl manpages: perlguts, perlxs, and perlxstut manpages.
Dean Roehrich's XS CookBookA and CookBookB http://search.cpan.org/search?dist=CookBookA http://search.cpan.org/search?dist=CookBookB
a series of articles by Steven McDougall: http://world.std.com/~swmcd/steven/perl/pm/xs/intro/index.html http://world.std.com/~swmcd/steven/perl/pm/xs/concepts.html http://world.std.com/~swmcd/steven/perl/pm/xs/tools/index.html http://world.std.com/~swmcd/steven/perl/pm/xs/modules/modules.html http://world.std.com/~swmcd/steven/perl/pm/xs/nw/NW.html
Advanced Perl Programming By Sriram Srinivasan. Published by O'Reilly & Associates. ISBN: 1-56592-220-4. Chapters 18-20. http://www.oreilly.com/catalog/advperl/
perl-xs mailing list on perl.org (mail perl-xs-subscribe@perl.org)
Take a look also at Inline.pm (CPAN) and SWIG (http://www.swig.org/)
A huge number of diverse Perl mailing lists is listed at http://lists.perl.org/.
Send an email:
to perl5-porters-subscribe@perl.org to subscribe to this list.
to perl5-porters-unsubscribe@perl.org to unsubscribe to this list.
to perl5-porters-digest-subscribe@perl.org if you prefer a digest version.
to perl5-porters-digest-unsubscribe@perl.org to unsubscribe from the digest.
to perl5-porters-help@perl.org for more information about the subscription options.
List's archive is available at http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/.
http://www.webdeveloper.com/cgi-perl/cgi_idiots_guide_to_perl.html
http://www.gunther.web66.com/FAQS/taintmode.html (by Gunther Birznieks)
Send email to majordomo@jann.com with body:
subscribe cgi-list
You will find a comprehensive list of all Apache projects' mailing lists at: http://www.apache.org/foundation/mailinglists.html.
httpd specific lists: http://httpd.apache.org/lists.html.
http://apache.hpi.uni-potsdam.de/ - An introduction to the Apache HTTP Server, covering both an overview and implementation details. It presents results of the Apache Modelling Project done by research assistants and students of the Hasso-Plattner-Institute in 2001 and 2002.
http://www.refcards.com (other reference cards are also available from this link)
Security and Apache: An Essential Primer http://linuxplanet.com/linuxplanet/print/1527/
Using Apache with Suexec on Linux http://linuxplanet.com/linuxplanet/print/1445/
How to 'chroot' an Apache tree with Linux and Solaris http://penguin.epfl.ch/chroot.html
http://www.etc.msys.ch/docs/chrooted_httpd.pdf talks about selected aspects of running a chrooted HTTP daemon and present strategies on how to set up a chrooted environment for more complex applications like database access or using CGI-scripts.
Installing and Securing the Apache Webserver with SSL http://online.securityfocus.com/infocus/1356
How to break out of a chroot() jail: http://www.bpfh.net/simes/computing/chroot-break.html
Jails: Confining the omnipotent root: http://docs.freebsd.org/44doc/papers/jail/jail.html
FreeBSD Developers' Handbook: The Jail Subsystem http://www.freebsd.org/doc/en_US.ISO8859-1/books/arch-handbook/jail.html
http://www.dbbm.fiocruz.br/class/Lecture/d17/sql/jhoffman/sqltut.html
http://www.saturn5.com/~jwb/dbi-examples.html (by Jeffrey William Baker).
http://www.mail-archive.com/dbi-users@perl.org/ http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&group=perl.dbi.usershttp://www.xray.mpe.mpg.de/mailing-lists/dbi/
The list's address: scalable@arctic.org. Subscribe by sending a message to scalable-subscribe@arctic.org.
http://www.sean.de/Solaris/tune.html
This page talks about TCP/IP stack and various tricks of tuning your system to get the most out of it as a web server. While the information is for Solaris 2.x OS, most of it will be relevant of other Unix flavors. At the end an extensive list of related literature is presented.
The Solaris memory system, sizing, tools and architecture: http://www.sun.com/sun-on-net/performance/vmsizing.pdf
Maintainer is the person(s) you should contact with updates, corrections and patches.
Stas Bekman [http://stason.org/]
Stas Bekman [http://stason.org/]
Only the major authors are listed above. For contributors see the Changes file.
|