http://qs1969.pair.com?node_id=11131227


in reply to Re: Code style advice: where to put "use" statements?
in thread Code style advice: where to put "use" statements?

But if there's a piece of Perl code that needs to run as quickly as possible, I'd probably re-consider that approach

Given that use happens at compile time, why would the location of the statement in the code make any difference to the speed of the code?
*scratches head*