In what order should I list Perl subroutines?

John G.

New member
When writing a Perl script that contains many subroutines, what's the best way to order them in the code? In the order that they're called? Alphabetically? Group them by their uses? I'm asking this with future code maintenance in mind.
 
Back
Top