in reply to Re: Printing non existing hash values as "missing"
in thread Printing non existing hash values as "missing"
Thanks, however my problem is that I have a code with a lot of lines with:
my $out = sprintf "%.3E", $h{A};were %h is a hash with nested keys and I would need to add the shortest code to the end of line to print the label MISSING.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Printing non existing hash values as "missing"
by jeffa (Bishop) on Jun 10, 2015 at 16:20 UTC |