J John G. New member Oct 24, 2012 #1 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.
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.