Most of them define subs and initialize global variables, so do wouldn't be much better
The problem you reported was that one module was including non-modules in order to get those subroutines defined in its package and that broke other places that still wanted those subs defined in their package (main).
do would fix the problem you reported.
- tye
In reply to Re^3: Wrong + Right = Even Worse (do)
by tye
in thread Wrong + Right = Even Worse
by choroba
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |