 |
How do I return multiple variables from a subroutine? - perlmeme.org
Often you'll want to return more than one variable from a subroutine. You could do this by returning all the values in an array, or by accepting variable references ...
perlmeme.org |
 |