Book description
Adopted as the undisputed Perl bible soon after the first edition appeared in 1991, Programming Perl is still the go-to guide for this highly practical language. In this much-anticipated update to "the Camel," three renowned Perl authors cover the language up to its current version, Perl 5.14, with a preview of features in the upcoming 5.16.
Table of contents
- Programming Perl
- Preface
- I. Overview
-
II. The Gory Details
- 2. Bits and Pieces
-
3. Unary and Binary Operators
- Terms and List Operators (Leftward)
- The Arrow Operator
- Autoincrement and Autodecrement
- Exponentiation
- Ideographic Unary Operators
- Binding Operators
- Multiplicative Operators
- Additive Operators
- Shift Operators
- Named Unary and File Test Operators
- Relational Operators
- Equality Operators
- Smartmatch Operator
- Bitwise Operators
- C-Style Logical (Short-Circuit) Operators
- Range Operators
- Conditional Operator
- Assignment Operators
- Comma Operators
- List Operators (Rightward)
- Logical and, or, not, and xor
- C Operators Missing from Perl
- 4. Statements and Declarations
- 5. Pattern Matching
- 6. Unicode
- 7. Subroutines
- 8. References
- 9. Data Structures
- 10. Packages
- 11. Modules
- 12. Objects
- 13. Overloading
- 14. Tied Variables
-
III. Perl as Technology
- 15. Interprocess Communication
- 16. Compiling
- 17. The Command-Line Interface
- 18. The Perl Debugger
- 19. CPAN
- IV. Perl as Culture
-
V. Reference Material
- 25. Special Names
- 26. Formats
-
27. Functions
- Perl Functions by Category
-
Perl Functions in Alphabetical Order (A–G)
- abs
- accept
- alarm
- atan2
- bind
- binmode
- bless
- break
- caller
- chdir
- chmod
- chomp
- chop
- chown
- chr
- chroot
- close
- closedir
- connect
- continue
- cos
- crypt
- dbmclose
- dbmopen
- defined
- delete
- die
- do (block)
- do (file)
- do (subroutine)
- dump
- each
- eof
- eval
- exec
- exists
- exit
- exp
- _ _FILE_ _
- fc
- fcntl
- fileno
- flock
- fork
- format
- formline
- getc
- getgrent
- getgrgid
- getgrnam
- gethostbyaddr
- gethostbyname
- gethostent
- getlogin
- getnetbyaddr
- getnetbyname
- getnetent
- getpeername
- getpgrp
- getppid
- getpriority
- getprotobyname
- getprotobynumber
- getprotoent
- getpwent
- getpwnam
- getpwuid
- getservbyname
- getservbyport
- getservent
- getsockname
- getsockopt
- glob
- gmtime
- goto
- grep
-
Perl Functions in Alphabetical Order (H–R)
- hex
- import
- index
- int
- ioctl
- join
- keys
- kill
- last
- lc
- lcfirst
- length
- _ _LINE_ _
- link
- listen
- local
- localtime
- lock
- log
- lstat
- m//
- map
- mkdir
- msgctl
- msgget
- msgrcv
- msgsnd
- my
- new
- next
- no
- oct
- open
- opendir
- ord
- our
- pack
- package
- _ _PACKAGE_ _
- pipe
- pop
- pos
- printf
- prototype
- push
- q/STRING/
- quotemeta
- rand
- read
- readdir
- readline
- readlink
- readpipe
- recv
- redo
- ref
- rename
- require
- reset
- return
- reverse
- rewinddir
- rindex
- rmdir
-
Perl Functions in Alphabetical Order (S–Y)
- s///
- say
- scalar
- seek
- seekdir
- select (output filehandle)
- select (ready file descriptors)
- semctl
- semget
- semop
- send
- setpgrp
- setpriority
- setsockopt
- shift
- shmctl
- shmget
- shmread
- shmwrite
- shutdown
- sin
- sleep
- socket
- socketpair
- sort
- splice
- split
- sprintf
- sqrt
- srand
- stat
- state
- study
- sub
- substr
- symlink
- syscall
- sysopen
- sysread
- sysseek
- system
- syswrite
- tell
- telldir
- tie
- tied
- time
- times
- tr///
- truncate
- uc
- ucfirst
- umask
- undef
- unlink
- unpack
- unshift
- untie
- use
- utime
- values
- vec
- wait
- waitpid
- wantarray
- warn
- write
- y//
- 28. The Standard Perl Library
-
29. Pragmatic Modules
- attributes
- autodie
- autouse
- base
- bigint
- bignum
- bigrat
- blib
- bytes
- charnames
- constant
- deprecate
- diagnostics
- encoding
- feature
- fields
- filetest
- if
- inc::latest
- integer
- less
- lib
- locale
- mro
- open
- ops
- overload
- overloading
- parent
- re
- sigtrap
- sort
- strict
- subs
- threads
- utf8
- vars
- version
- vmsish
- warnings
- User-Defined Pragmas
- Glossary
- Index of Perl Modules in This Book
- Index
- About the Authors
- Colophon
- Copyright
Product information
- Title: Programming Perl, 4th Edition
- Author(s):
- Release date: February 2012
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9780596004927
You might also like
book
Python for DevOps
Much has changed in technology over the past decade. Data is hot, the cloud is ubiquitous, …
book
Designing Data-Intensive Applications
Data is at the center of many challenges in system design today. Difficult issues need to …
book
Automate the Boring Stuff with Python
Automate the Boring Stuff with Python teaches simple programming skills to automate everyday computer tasks.
book
bash Cookbook, 2nd Edition
For system administrators, programmers, and end users, shell command or carefully crafted shell script can save …