in reply to Re^2: Modules inheritance
in thread Modules inheritance
That sort of "circular reference" is a fairly common issue. Often breaking circularity involves pulling out some common code B that is used by both A and A::2.
You may get better answers if you can show us a small sample of your code showing the issues.
Probably it's a typo, but "Use A::n" is not valid Perl - Perl is case sensitive; use is lower case.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Modules inheritance
by Arsenii Gorkin (Novice) on May 26, 2016 at 22:21 UTC |