> 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
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
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
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
=
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
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"
> [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