http://www.perlmonks.org?node_id=323631


in reply to Re: use module if condition is met
in thread use module if condition is met

Not that it really matters, but require is not slower than use. If anything, it would be faster, since it does less.