It's useful (or can be) in programs that use use. Note that use (quoting the documentation) is equivalent to:
BEGIN { require Module; import Module LIST; }
and "import Module List" is "Module->import( List )", which is "using a class" even if 'Module' isn't object-oriented.
If you never use use, then that code will never matter.
- tye
In reply to Re^3: An Interesting Gotcha With use/require (a fix)
by tye
in thread An Interesting Gotcha With use/require
by periapt
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |