Different approaches for Daemon and fork/thread
Hello, I need to create a perl daemon that split in two process (each has different data input) and then they split in as many child (fork)/threads as need it. Daemon | - | | Process 1 Process 2
Re: Warning: Use of uninitialized value
> "7" == 7 <7stud.7s...@gmail.com> writes: 7> On Sat, Jan 30, 2010 at 4:27 PM, Rob Dixon wrote: >> Why are you replying to me? My post did use the three-argument form of >> open(). Also: >> >> - It is bad form to use upper case letters for lexical variables >> 7> "Perl Best