in reply to Re^4: uninitialized value in join or string
in thread uninitialized value in join or string
Update: don't use map for transforming something into itself. If you're getting from a different source, though, this would be an appropriate technique.@values = map { defined $_ ? $_ : '' } @values;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: uninitialized value in join or string
by Win (Novice) on Oct 31, 2005 at 17:05 UTC | |
by Roy Johnson (Monsignor) on Oct 31, 2005 at 17:09 UTC |