Hi,

 

I have many perl files which have the following require statement. 

 

require "require.file";

 

I just want to know who called require.file in the require.file script. 

 

Right now I am setting an environmental variable in each of the scripts and
checking its value in the require.file. Bad implementation. 

 

TIA.

 

--Ankur

Reply via email to