[Perl-unix-users] Re: Executing another perl script asyncronously

2002-06-11 Thread taguti
> I don't know what LD_PRELOAD does to affect the backgrounding, It's very harmful. For example I must do "LD_PRELOAD=;export LD_PRELOAD" during installing CPAN module. Unless I fail on make after "perl Makefile.PL". > did you try fork and exec No I don't like to do it if possible. > and if ne

Re: [Perl-unix-users] Re: Executing another perl script asyncronously

2002-06-11 Thread $Bill Luebkert
taguti wrote: > >>did you try fork and exec >> > > No I don't like to do it if possible. You know a system call basically does a fork and exec except it waits for the call to finish. -- ,-/- __ _ _ $Bill Luebkert ICQ=162126130 (_/ / )// // DBE Collectibles

[Perl-unix-users] Pinging numeric computer names???

2002-06-11 Thread LaPole, Chris
Howdy. I have written a script to ping a list of Computer Names and remove any from that list that reply. My problem is a few years ago someone brilliant decided to set the computer names to a numeric string (e.g. 0070123) and we still have several of those in existence. The problem is that w

Re: [Perl-unix-users] Pinging numeric computer names???

2002-06-11 Thread $Bill Luebkert
LaPole, Chris wrote: > Howdy. I have written a script to ping a list of Computer Names and remove > any from that list that reply. My problem is a few years ago > someone brilliant decided to set the computer names to a > numeric string (e.g. 0070123) and we still have several of those in > e