At 21 May 2002 23:24:09 -0400, Aaron Johnson wrote:
> Inside my external script I read in the Storable file and execute
> accordingly.
presuming your "external script" is just more perl code, there's no
need to exec another perl interpreter and save/restore your data.
just have your child{} block close($req_rec->connection->fileno) and
then call the right perl code directly.
the child will have a copy of all variables that were in the parent at
the time, so it should all "just work".
--
- Gus
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]