Re: Can perl modules RECIPROCALLY 'use' one another?



Ignoramus4093 wrote:
Can I have a perl module

package A; use B;


and another module

package B;
use A;


would they be able to call one another's subroutines?

Yes.

(What happened when you tried it?...)

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl
.