in reply to Re^2: loading modules using 'use'
in thread loading modules using 'use'
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."
|
|---|