in reply to Fork and WWW::Mechanize: Can agent be shared?
if you take a shared memory segment you can store a serialized form of the object you want to be common to all processes on it. it must be serialized, because you can't store references on a shmem segment.
but basically i would prefer threads instead of forking.