Re: Can perl modules RECIPROCALLY 'use' one another?
- From: Gunnar Hjalmarsson <noreply@xxxxxxxxx>
- Date: Wed, 29 Jun 2005 16:35:43 +0200
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 .
- Prev by Date: Re: Retrieving XML attribute using XML::XPath::Node::Attribute
- Next by Date: Re: RFC: Net::IP::Correct
- Previous by thread: RFC: Net::IP::Correct
- Next by thread: Re: Can perl modules RECIPROCALLY 'use' one another?
- Index(es):