Re: Sharing variables

2003-02-10 Thread david
Dan wrote: > Hi > > Is it possible to share variables between 2 perl scripts running as 2 > separate processes? I've looked on CPAN but can't see any names that are > obvious they do that kind of thing. > > Thanks in advance. > > Dan use a simple share memory method such as IPC::ShareLite. exa

Re: Sharing variables

2003-02-10 Thread Victor Tsang
This is what you need http://theoryx5.uwinnipeg.ca/CPAN/data/IPC-Shareable/IPC/Shareable.html Tor. dan wrote: > > Hi > > Is it possible to share variables between 2 perl scripts running as 2 > separate processes? I've looked on CPAN but can't see any names that are > obvious they do that kind

RE: Sharing variables

2003-01-29 Thread wiggins
On Wed, 29 Jan 2003 13:42:49 +0100, "Enric Roca" <[EMAIL PROTECTED]> wrote: > Hello, > > I'm new in Perl programming and I think that this is an easy question for > you: > > I'm using Apache 1.3.26 and Perl 5.5.3 and I don't want to install > add

RE: Sharing variables

2003-01-29 Thread Bob Showalter
Enric Roca wrote: > Hello, > > I'm new in Perl programming and I think that this is an easy question > for you: > > I'm using Apache 1.3.26 and Perl 5.5.3 and I don't want to install > additional modules if I can avoid it. > I have an script, ex. test.pl that must control if it is already > execu