in reply to Re: Checking for blank string
in thread Checking for blank string
Hi Hauke, The below code works, but still getting the waring mentioned above. Guess I can live with it though. Thanks :)
$VAR1 = { 'X92' => '', 'AA571' => '0.00', 'AA842' => '0.00', 'B6' => '0', 'E47' => 'SRAM (ssbw)', 'M83' => '', 'B29' => '0' } if(defined $sheet->{$cell} && length($sheet->{$cell}))
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Checking for blank string
by haukex (Archbishop) on Sep 26, 2016 at 09:25 UTC | |
by choroba (Cardinal) on Sep 26, 2016 at 09:52 UTC | |
by haukex (Archbishop) on Sep 26, 2016 at 10:15 UTC |