in reply to Unscalar'ize a fake array

Hi, add this to the code instead of the snippet shown:

use Data::Dumper; print '@result holds: ' . Dumper \@result;
See Data::Dumper. For other techniques to make sure your data is what you think it is, see The Basic Debugging Checklist.


The way forward always starts with a minimal test.

Replies are listed 'Best First'.
Re^2: Unscalar'ize a fake array
by Gtforce (Sexton) on Sep 22, 2017 at 01:57 UTC

    lnickt, am now a Data::Dumper fan, thanks.