in reply to Re: Variable Value Confusion
in thread Variable Value Confusion
However, the net result was the script ran down to the last SYSTEM in the spreadsheet and returned the $comment value above it.foreach my $row ($sheet->{MinRow}+18..$sheet->{MaxRow}){ if ($sheet->{Cells}[$row][2]->{Val} eq "SYSTEM") {$comment = $shee +t->{Cells}[$row-2][2]->{Val};} }
|
|---|