This is what "Programming Perl", the O'Reilly book, has to say about it:
"When Perl searches for a method, it makes sure that you haven't created a circular inheritance hierarchy. This could happen if two classes inherit from one another, even indirectly through other classes. Trying to be your own great-grandfather is too paradoxical even for Perl, so the attempt raises an exception."
In reply to Re^3: loading modules using 'use'
by jethro
in thread loading modules using 'use'
by angshuman
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |