in reply to How to Split the varaibles across batch files in perl

There is no easy way to share variables between processes. I suggest you investigate common serialization formats, like JSON, which can be read and written from Python and Perl.

  • Comment on Re: How to Split the varaibles across batch files in perl