Perl/Links: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Mail
CGI
General
Sourcecode-Documentation
(general) |
K (sourcecode) |
||
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
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> | ||
*[http://webnet77.com/scripts/list-modules/ A Simple Perl Script to list all the installed Perl modules on your server in your Web Browser]<br> | *[http://webnet77.com/scripts/list-modules/ A Simple Perl Script to list all the installed Perl modules on your server in your Web Browser]<br> | ||
<br> | <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.xav.com/perl/lib/FindBin.html FindBin - Locate directory of original perl script]<br> | |||
*[http://docstore.mik.ua/orelly/linux/cgi/ch05_05.htm Handling Errors (CGI)]<br> | |||
*[http://www.netalive.org/tinkering/serious-perl/ The absolute minimum you need to know]<br> | |||
*[http://de.selfhtml.org/perl/ Selfhtml] ([http://de.selfhtml.org/perl/sprache/vordefiniert.htm predefined variables], [http://de.selfhtml.org/perl/module/standardmodule.htm default modules])<br> | |||
*[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]) | |||
== 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]] | |||
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)