in reply to Re: writing subroutines, differences in method of writing
in thread writing subroutines, differences in method of writing

In follow-up to that. I'd recommend keeping any use and require statements at the top of the script. It allows the next guy who needs to maintain your script an easy view of which modules it is using all in one group instead of having to search on the use and require commands to find them dispersed throughout the different subroutines.
  • Comment on Re^2: writing subroutines, differences in method of writing