(\/)(\/) has asked for the wisdom of the Perl Monks concerning the following question:

I am new to module programming using Perl and am stuck. I have this situation. I have A.pm in dir /X I have B.pm in dir /X/X I have C.pm in dir /X/X Now A.pm has a variable $i_am_the_problem that will be assigned a value by the script that uses these modules. At the same time function exported by B.pm and C.pm also need to access this value of $i_am _the_problem variable set. How do I go abut doing this ?? Thanks, Mystic Mayhem

Originally posted as a Categorized Question.

  • Comment on Module programming doubt on inheretence