Perl: Subroutines 
 Subroutines
 
 
- A subroutine is a named block of code
- Separate from the main part of the program
- Usually put subroutines at end of file
- Subroutines can take arguments and return values
- print(), chomp(), chop() are built-in subroutines (or functions)