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