in reply to repeated use of module and EXPORT
Maybe you should use Z; instead of require "Z.pm"; in package L (require does not call import(), like use does).
Update: ah, sorry, overlooked that explicit call of Z->import(); ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: repeated use of module and EXPORT
by rpelak (Sexton) on May 23, 2008 at 15:51 UTC |