> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Arijit > Das > Sent: 24 August 2005 16:42 > To: [email protected]; > [email protected] > Subject: Sharing Variables among Processes... > > > 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.) Just My 2 cents. Gregg Morrison _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
