in reply to Re: Re: "use" modifier code via import()
in thread "use" modifier code via import()
This code does the same thing, but has no tricks that will make someone trying to maintain it scratch their head. To each their own, but I wouldn't want anyone using sneaky import() tricks in code that I would be responsible for maintaining some day.use Test::More; Test::More::plan( tests => 3 );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: "use" modifier code via import()
by tye (Sage) on May 18, 2004 at 02:04 UTC | |
by perrin (Chancellor) on May 18, 2004 at 03:17 UTC | |
by hv (Prior) on May 18, 2004 at 03:40 UTC |