[Master Answer Logo]
Question

What is a book for learning about databases SQL and using Perl on them?

Answer

Perl 5 defined subroutines without formal parameter lists at all (though simple parameter counting and some very loose type checking can be done using Perl 5's "prototypes"). Subroutine arguments passed in were aliased into the elements of the array @_. If @_ were modified, the changes would be reflected in the original data.

— Source: Wikipedia (www.wikipedia.org)