I\'m reading Beginning Perl by Simon Cozens and in Chapter 8 - Subroutines he states that \"subroutines\" are user functions, while print,
print
Simply think of "built-in functions" as functions that you did not create. Easy right? :-)