> 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