Re: Regards: grep: writing output: Broken pipe

2005-11-28 Thread Tim Bunce
On Mon, Nov 28, 2005 at 12:12:16PM +0100, Wieland Pusch wrote: > Hello Uthayakumar, > > I guess the oracle client libraries change the $SIG{CHLD} handler. While the oracle client libraries do do that, the mysql client librarary (being used here) doesn't - as far as I know. Tim. > Wednesday, Nov

Re: Regards: grep: writing output: Broken pipe

2005-11-28 Thread Wieland Pusch
Hello Uthayakumar, I guess the oracle client libraries change the $SIG{CHLD} handler. Wednesday, November 23, 2005, 8:59:51 AM, you wrote: UP> I am using DBI module in my perl script. And also i am using the grep UP> utility along with awk. This utility works fine when we are not initialize UP> t

Re: Regards: grep: writing output: Broken pipe

2005-11-23 Thread Tim Bunce
On Wed, Nov 23, 2005 at 01:29:51PM +0530, Uthayakumar Paulraj wrote: > Dear Sir/Madam, > > I am using DBI module in my perl script. And also i am using the grep > utility along with awk. This utility works fine when we are not initialize > the DB connection. If we initialize the DBI connection it

RE: Regards: grep: writing output: Broken pipe

2005-11-23 Thread Rutherdale, Will
This is a user group of other people like yourself who use DBI. It is not a support line. Please bear that in mind. The first thing I would look at is your open() statement. There are lots of things wrong with it. a) determine the uid separately and store it in a string, before the open() call