in reply to Re^2: Wrong + Right = Even Worse (do)
in thread Wrong + Right = Even Worse
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Wrong + Right = Even Worse (do)
by choroba (Cardinal) on Apr 04, 2014 at 14:58 UTC |