chaos has asked for the wisdom of the Perl Monks concerning the following question:
Hello,
How do you deal with modules which includes eachs others ? (ie package a uses package b. package b uses package a)
I guess it would be possible to overcome this with the C preprocessor but I would like not to use it.
Thanx for your help
Edited: ~Wed Oct 2 15:26:45 2002 (GMT) by footpad: Replaced <PRE> tags with proper HTML formatting, per Consideration
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: modules which includes eachs other
by Joost (Canon) on Oct 02, 2002 at 13:56 UTC | |
Re: modules which includes eachs other
by Abigail-II (Bishop) on Oct 02, 2002 at 14:01 UTC | |
by blssu (Pilgrim) on Oct 02, 2002 at 18:11 UTC | |
by bbfu (Curate) on Oct 02, 2002 at 21:15 UTC |