http://www.perlmonks.org?node_id=1004145


in reply to Global Variables Not Updated in Child Process

Normally, a child process cannot change its parent's variables. But see forks::shared.
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ
  • Comment on Re: Global Variables Not Updated in Child Process

Replies are listed 'Best First'.
Re^2: Global Variables Not Updated in Child Process
by anshumangoyal (Scribe) on Nov 18, 2012 at 16:55 UTC
    I tried Fork::Shared and Dat::Dumper, but ther issue is they are not able to save Type Globs. It returned error that it is not able to save Type Globs. Any other solution that you have?