in reply to Re: Undefined subroutine &abc::abcUtil::PERL_DEBUG
in thread Undefined subroutine &abc::abcUtil::PERL_DEBUG
Basically removed the use of common.pl. Kept the abcUtil file as unchanged. Now it worked. But I can't keep it this way as have to use this common file. Is it some conflict due to the use of 'require "common.pl" ' in both the files?#require "common.pl"; use abc::abcUtil; sub func { abc::abcUtil::check(); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Undefined subroutine &abc::abcUtil::PERL_DEBUG
by Anonymous Monk on Aug 20, 2012 at 13:37 UTC | |
by navneet03 (Initiate) on Aug 21, 2012 at 04:29 UTC | |
by Anonymous Monk on Aug 21, 2012 at 07:27 UTC |