Gregg Morrison wrote: >> Arijit Das wrote: >> Its about sharing a Perl Variable among parent and child processes. > > Have you considered using a Global Environment variable? > It is fast, transparent and is read/write by any process on the system. > (I have not tried this in Perl, but I've used it in many windows apps.)
Maybe I'm missing something here in my understanding of the problem definition. But what is wrong with using Tie::Hash so that the variable is written to / read from a file? -- Mike Arms _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
