Perl/Links: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Mail
CGI
General
Sourcecode-Documentation
K (added inifile) |
K (sourcecode) |
||
Zeile 1: | Zeile 1: | ||
= Mail<br> = | == Mail<br> == | ||
*[http://www.perlmonks.org/?node_id=628943 Send email via smtp over ssl and smtp_auth]<br> | *[http://www.perlmonks.org/?node_id=628943 Send email via smtp over ssl and smtp_auth]<br> | ||
Zeile 6: | Zeile 6: | ||
<br> | <br> | ||
= CGI<br> = | == CGI<br> == | ||
*[http://de.selfhtml.org/servercgi/cgi/umgebungsvariablen.htm show all cgi-vars]<br> | *[http://de.selfhtml.org/servercgi/cgi/umgebungsvariablen.htm show all cgi-vars]<br> | ||
Zeile 13: | Zeile 13: | ||
<br> | <br> | ||
= General<br> = | == General<br> == | ||
*[http://www.perl.com/pub/a/2002/05/14/mod_perl.html?page=1 The Perl You Need To Know]<br> | *[http://www.perl.com/pub/a/2002/05/14/mod_perl.html?page=1 The Perl You Need To Know]<br> | ||
Zeile 22: | Zeile 22: | ||
*[http://search.cpan.org/~rgarcia/perl-5.10.0/ Default perl modules] or [http://perldoc.perl.org/index-modules-C.html on perldoc] | *[http://search.cpan.org/~rgarcia/perl-5.10.0/ Default perl modules] or [http://perldoc.perl.org/index-modules-C.html on perldoc] | ||
*Read ini-file [http://search.cpan.org/~sherzodr/Config-Simple-4.59/Simple.pm module] ([http://search.cpan.org/~shlomif/Config-IniFiles-2.66/lib/Config/IniFiles.pm other one]) | *Read ini-file [http://search.cpan.org/~sherzodr/Config-Simple-4.59/Simple.pm module] ([http://search.cpan.org/~shlomif/Config-IniFiles-2.66/lib/Config/IniFiles.pm other one]) | ||
== Sourcecode-Documentation[http://www.naturaldocs.org/ <br>] == | |||
*[http://en.wikipedia.org/wiki/Comparison_of_documentation_generators Compare] | |||
*[http://www.naturaldocs.org/ Naturaldocs][http://developer.apple.com/opensource/tools/headerdoc.html <br>] | |||
*[http://developer.apple.com/opensource/tools/headerdoc.html Headerdoc] | |||
*[http://www.bigsister.ch/doxygenfilter/ Doxygen perl filter] | |||
[[Category:Perl]] | [[Category:Perl]] |
Aktuelle Version vom 6. Februar 2011, 23:52 Uhr
Mail
CGI
- show all cgi-vars
- A Simple Perl Script to list all the installed Perl modules on your server in your Web Browser
General
- The Perl You Need To Know
- FindBin - Locate directory of original perl script
- Handling Errors (CGI)
- The absolute minimum you need to know
- Selfhtml (predefined variables, default modules)
- Default perl modules or on perldoc
- Read ini-file module (other one)