Built-In Functions
Functions
- Perl provides a rich set of built-in functions (or subroutines)
to help you perform common tasks
- Several categories of useful built-in functions include
- Arithmetic functions
- List functions
- String functions
- Existance functions
- Perl provides even more functions (See "PP 2nd ed" page 143)