importing 2 modules with use
Posted
by oren
on Stack Overflow
See other posts from Stack Overflow
or by oren
Published on 2010-04-08T19:00:43Z
Indexed on
2010/04/08
19:03 UTC
Read the original article
Hit count: 191
perl
I have 2 perl modules every module use the second one i.e Module1.pm
use Module2
Module2.pm
use Module1
did i enter infinte loop of loading modules or what happen on the background.
© Stack Overflow or respective owner