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


in reply to Difference between 'use' and 'require'

Any reason why you needed to post that in uber-print?

Anyhow, as far as I know you don't need to do a require AND a use as:

use MyModule;

.. is equivalent to:

require MyModule; import MyModule;

--- Jay

All code is untested unless otherwise stated.
All opinions expressed are my own and are intended as guidance, not gospel; please treat what I say as such and as Abigail said Think for yourself.
If in doubt ask.