in reply to
is sharing variables between forked process possible??
You could try using
forks
with
forks::shared
.
acid06
perl -e "print pack('h*', 16369646), scalar reverse $="
Comment on
Re: is sharing variables between forked process possible??
In Section
Seekers of Perl Wisdom