Re: Filehandle problem

2010-04-29 Thread Akhthar Parvez K
Hi, On Thursday 29 Apr 2010, HACKER Nora wrote: > but I just receive errors: > > Use of uninitialized value in scalar chomp at > /opt/data/magna/wartung/dbmove.pl line 231. > Use of uninitialized value in pattern match (m//) at > /opt/data/magna/wartung/dbmove.pl line 232. > > Could somebod

Re: FILEHANDLE problem

2007-08-02 Thread Ken Foskey
On Wed, 2007-08-01 at 15:51 -0400, Johnson, Reginald (GTI) wrote: > I don't see what I am doing wrong here. I am trying to print to the > filehandle LINOUT but nothing is being printed to the file. > Ultimately I want to monitor the input file and when it is written to I > want to take the update a

Re: FILEHANDLE problem

2007-08-01 Thread Mumia W.
On 08/01/2007 02:51 PM, Johnson, Reginald (GTI) wrote: I don't see what I am doing wrong here. I am trying to print to the filehandle LINOUT but nothing is being printed to the file. Ultimately I want to monitor the input file and when it is written to I want to take the update and put into anoth

Re: FILEHANDLE problem

2007-08-01 Thread Mr. Shawn H. Corey
Johnson, Reginald (GTI) wrote: I don't see what I am doing wrong here. I am trying to print to the filehandle LINOUT but nothing is being printed to the file. Ultimately I want to monitor the input file and when it is written to I want to take the update and put into another file for processing.

Re: filehandle problem

2003-03-17 Thread Aim
Hi, I think if you posted some of your code members will be able to help you. Without any code it will not be to easy. regards. aim. [EMAIL PROTECTED] wrote: > How can I see what file handles are pointed at a given file. I am having a

Re: filehandle problem

2003-03-17 Thread Brett W. McCoy
On Mon, 17 Mar 2003 [EMAIL PROTECTED] wrote: > How can I see what file handles are pointed at a given file. I am having a > problem where I open, read, and close a certain file. Then another part of > the script tries to open that same file, but can't. I suspect something is > holding it open. Ano

RE: filehandle problem

2003-03-17 Thread NYIMI Jose (BMB)
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, March 17, 2003 5:04 PM > To: [EMAIL PROTECTED] > Subject: filehandle problem > > > How can I see what file handles are pointed at a given file. > I am having a problem where I open, read, and close

Re: Filehandle problem

2002-01-08 Thread Jos I. Boumans
well, i'm guessing, from the error msg that you got that you have: Too many files specified what is in $cmd? are you sure it's a command NT or Cygwin understand? what happens if you just run the $cmd on a prompt? why don't you check the return value of open? if it fails, what's in $! ? in short,