ken uhl wrote:
I am researching tie as a means to pass huge complex data structure
( an array of hash references ) between scripts ( and not textify the
hash refs )
but I apparently don't have tie installed.
Is there some other way ?
Hello Ken.
'tie' is a Perl language word and doesn't have to be installed. What you
do need is a module that implements a class that you can tie variables
to. You need to say more about what it is you're trying to do before we
can help.
There are many ways to pass data between processes, and the technique
you should choose depends on the size and nature of the data, and how
often it is altered. Why are you so sure you don't want to render it as
text first?
Take a look at
perldoc perlipc
which should help you get started.
Rob
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/