You don't understand the order in which things are executed I think. The use OtherModule part happens before $config is modified by import. Remember that use Blah qw(foo) is shorthand for BEGIN { require Blah; import Blah qw(foo); }. The use Othermodule happens when you require Blah which is before import has had a chance to run.
In reply to Re: use Module (LIST) and 'import'
by duff
in thread use Module (LIST) and 'import'
by eXile
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |