in reply to array to string conversion.

It’s also sometimes very useful to use Data::Dumper to display for you exactly what a data-structure actually looks like.   Although the “actual” world of Perl only contains lists, arrays, and so-on, the presence of “references” (and a very-generous syntax which assumes you know what you want and which gives you more-than-one way to say it) can make it hard to visualize what you’re actually looking-at and/or what you’re actually going to get.   The Dumper is a good tool for, show me...”

Replies are listed 'Best First'.
Re^2: array to string conversion.
by Anonymous Monk on Dec 09, 2014 at 17:34 UTC

    It’s also sometimes very useful to use...

    Not when you don't know basic syntax sundialsvc4, you have to learn basic syntax first before DD is useful