http://qs321.pair.com?node_id=276949


in reply to Re: USE or Require?
in thread USE or Require?

Also, if the module requires actions at CHECK or INIT time you've just cut that functionality out - runtime happens after INIT and CHECK so whatever initialization the module was expecting will never occur. That's a good reason to use 'use()' right there.