Re: Any ideas on 'uninitialized value in lenth'?

2005-03-03 Thread Wiggins d'Anconia
John W. Krahn wrote: Wiggins d'Anconia wrote: [snip] Very good Wiggins, but you missed one very important point! Yep, good catch... I think this gets back to your earlier posting, "Test everything." ;-) [snip doc] John http://danconia.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: Any ideas on 'uninitialized value in lenth'?

2005-03-03 Thread John W. Krahn
Wiggins d'Anconia wrote: Bret Goodfellow wrote: Here's a simple perl script where I am listing out the contents of a directory. When it completes, the following error occurs. How do I eliminate this? Use of uninitialized value in length at C:\BegPerl\deldir.pl line 23. Below is the script:

Re: Any ideas on 'uninitialized value in lenth'?

2005-03-03 Thread Wiggins d'Anconia
Bret Goodfellow wrote: Here's a simple perl script where I am listing out the contents of a directory. When it completes, the following error occurs. How do I eliminate this? Use of uninitialized value in length at C:\BegPerl\deldir.pl line 23. Below is the script: #!/usr/bin/perl # Dsrch1.

Re: Any ideas [on how to redirect STDOUT to an array]?

2002-11-02 Thread Daniel Gardner
Dr. Poo wrote: > What i am trying to do is set up a very rudimentary logging system. I want > to log everything that is directed to STDOUT. And the way i'd like to try > to do this is have an array declared that will "read" STDOUT and store the > contents to the array rather than print them to the

Re: Any ideas [on how to redirect STDOUT to an array]?

2002-11-01 Thread Paul Johnson
On Fri, Nov 01, 2002 at 06:04:39PM -0600, Dr. Poo wrote: > What i am trying to do is set up a very rudimentary logging system. I want to > log everything that is directed to STDOUT. And the way i'd like to try to do > this is have an array declared that will "read" STDOUT and store the contents

Re: Any ideas [on how to redirect STDOUT to an array]?

2002-11-01 Thread Dr. Poo
Sorry for the ambiguity. What i am trying to do is set up a very rudimentary logging system. I want to log everything that is directed to STDOUT. And the way i'd like to try to do this is have an array declared that will "read" STDOUT and store the contents to the array rather than print them t

RE: Any ideas?

2002-11-01 Thread Timothy Johnson
First of all, I would recommend getting using a more specific subject line. Secondly, STDOUT is a file handle, not a variable for storage. What specifically are you trying to do? -Original Message- From: Dr. Poo [mailto:drpoo@;houston.rr.com] Sent: Friday, November 01, 2002 12:49 PM To: