Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: array to string conversion.

by sundialsvc4 (Abbot)
on Dec 09, 2014 at 16:53 UTC ( [id://1109775]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1109775]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-24 22:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found