in reply to Sharing objects between processes

If you can serialize your object and restore it (for instance using Storable), you can send it back and forth using pipes or use something like IPC::ShareLite to share it. You might want to take a look at the IPC modules on CPAN to see if you can find something that does this automatically for you.

Joost

-- #!/usr/bin/perl -np BEGIN{@ARGV=$0}s(^([^=].*)|=)()s; =Just another perl hacker