I am having a program where a few Global Variables are defined. From the same program/script i am forking a child process which is in form of another PM file.
In another PM file I am calling the main program to use its global variables.
Problem is these Global Variables are not getting updated when changed from Child Process (.PM) file. Is this a constraint with Child Processes or there is any other way to do it.