Thread Perl Cookbook, 2nd Edition (4 answers)
Opened by havi at 2003-09-18 15:46

havi
 2003-09-18 15:46
#21835 #21835
User since
2003-08-04
2036 Artikel
BenutzerIn
[Homepage]
user image
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
  6.) Perl Cookbook, 2nd Edition

Tom Christiansen & Nathan Torkington
2nd Edition 2003
ISBN 0-596-00313-7
964 Seiten, EUR 48,-
http://www.oreilly.de/catalog/perlckbk2/

The "Perl Cookbook, 2nd Edition" contains hundreds
of recipes in an easy-to-use format for the problems
you face everyday. The newest edition has been updated
for Perl 5.8, with extensive changes for Unicode support,
I/O layers, mod_perl, and new technologies. Topics include:

-Manipulating strings, numbers, dates, arrays, and hashes
-Pattern matching and text substitutions
-References, data structures, objects, and classes
-Signals and exceptions
-Screen addressing, menus, and graphical applications
-Managing other processes
-Writing secure scripts
-Client-server programming
-Internet applications programming with mail, news,
ftp, and telnet
-CGI and mod_perl programming
-Web programming

Sample recipes from Chapter 1, Strings, is available online at:
http://www.oreilly.de/catalog/perlckbk2/chapter/

View full thread Perl Cookbook, 2nd Edition