I created my own small example, and both use and require seem to work equally well.
I realize that use Foo; is equivalent to BEGIN { require Foo; Foo->import; }, and so using use ``adds one more level''... but it doesn't seem to make a difference in this case, does it?
In reply to Re^2: Odd convention? (fall-back module in BEGIN block)
by j3
in thread Odd convention? (fall-back module in BEGIN block)
by j3
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |