in reply to Unscalar'ize a fake array
Hi, add this to the code instead of the snippet shown:
See Data::Dumper. For other techniques to make sure your data is what you think it is, see The Basic Debugging Checklist.use Data::Dumper; print '@result holds: ' . Dumper \@result;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Unscalar'ize a fake array
by Gtforce (Sexton) on Sep 22, 2017 at 01:57 UTC |