Re: Perl Report Format Question

2007-05-08 Thread Andy_Bach
> Why don't I Get IP addresses in the IP Address column of the report below. The data is there if I do a print after the split of the value in %GAA_Up foreach $GS_IPAddr (keys(%GAA_Up)) { open (UP, ">>$GS_Report") || die "Could not open file $GS_Report : $!\n"; ($GS_Locat

Re: Perl Report Format Question

2007-05-08 Thread Bill Luebkert
Dax Games wrote: > Why don't I Get IP addresses in the IP Address column of the report > below. The data is there if I do a print after the split of the value > in %GAA_Up. I get: PS: I see no need for using format for this report - (s)printf should suffice. Always supply a runnable test case

Re: Perl-Win32-Users Digest, Vol 10, Issue 6 (Out of office: )

2007-05-08 Thread Steven Reule
I am out of the office through May 11, 2007. I will respond to email and voicemail when I return. If you need immediate assistance, please contact Janice Albert. Thank you, Steve CONFIDENTIALITY NOTICE: This communication with its contents may contain confidential and/or legally privileged info

Perl Report Format Question

2007-05-08 Thread Dax Games
Why don't I Get IP addresses in the IP Address column of the report below. The data is there if I do a print after the split of the value in %GAA_Up. I get: == REACHABLE HOSTS REPORT =

Re: DBM file handles & "close-on-exec" ?

2007-05-08 Thread johan556
On 5/7/07, Bill Luebkert <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Hi! > > > > I have a Perl script that opens a number of DBM files. It also starts > > other programs via calls to "system". I recently found out that the > > "handles" to the DBM-files seem to be inherited by the new

RE: Newline in CGI script: Solution

2007-05-08 Thread Jerry Kassebaum
Friends, I had to go to kasamba.com and purchase a solution. I had to ask three experts before one could answer, and it cost $5. (The first two charged nothing.) Two lines had to be changed: $insert = "Hazel Work states: KS relocate: No"; Notice that the solution was the tag, not "\n"

AW: DBM file handles & "close-on-exec" ?

2007-05-08 Thread Dietmar Fiehn, Dr.
> [EMAIL PROTECTED] wrote: > > Hi! > > > > I have a Perl script that opens a number of DBM files. It > also starts > > other programs via calls to "system". I recently found out that the > > "handles" to the DBM-files seem to be inherited by the newly started > > process. I would like to avoid th