in reply to Re^2: Undefined subroutine &abc::abcUtil::PERL_DEBUG
in thread Undefined subroutine &abc::abcUtil::PERL_DEBUG

So what does common.pl do?

  • Comment on Re^3: Undefined subroutine &abc::abcUtil::PERL_DEBUG

Replies are listed 'Best First'.
Re^4: Undefined subroutine &abc::abcUtil::PERL_DEBUG
by navneet03 (Initiate) on Aug 21, 2012 at 04:29 UTC
    common.pl has some common subroutines that can be used by others. PERL_DEBUG is one of them. I have to use common.pl in both the files. It was only for a test that i tried removing it from one file to see if it works and it did.
      Great!