On 8/24/05, Gregg Morrison <[EMAIL PROTECTED]> wrote: > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Arijit > > Das > > Sent: 24 August 2005 16:42 > > To: activeperl@listserv.ActiveState.com; > > perl-unix-users@listserv.ActiveState.com > > 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.)
Is there a Unix implementation of that? Otherwise, I think use IPC::Shareable; is his best bet. -- pDale Eternal small demon _______________________________________________ Perl-Unix-Users mailing list Perl-Unix-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs