The "best" way to do it in your case will vary, depending on what
exactly you're doing with your Perl scripts.


I do agree that.If you develop large programs where multi-processes should share some variables (including scalar,array or hash),you could use DB_File or other database to store and share varibles across those multi-processes.
Also you could see this article:
http://www.perl.com/pub/a/2002/04/23/mod_perl.html?page=1



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to