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
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
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
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.
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
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
> -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
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,