On Jan 24, 2008 3:06 AM, <[EMAIL PROTECTED]> wrote: > What I see is that , reference is received in next program but I am > not able to access the hash after dereferencing it. I was passing the > hash reference.
No; it's not possible to pass a hash by reference from one program to another. You are mistaken. See the perlipc manpage for good information on inter-process communication methods that actually work. Cheers! --Tom Phoenix Stonehenge Perl Training -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/