in reply to Getopt::Long good style?
Your code is fine. Anonymous subroutines might take more memory than named ones if they close on lexical variables, so if you create many (*many*) instances of them you might start feeling the difference, but in this case, you won't.
|
|---|