Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: Direferencing problem

by McA (Priest)
on Jul 30, 2014 at 07:51 UTC ( [id://1095568]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Direferencing problem
in thread Direferencing problem

Hi,

Data::Dumper is part of the perl core and should be available for you to solve the same problem.

use Data::Dumper; ... print Dumper($element), "\n";

Regards
McA

Replies are listed 'Best First'.
Re^4: Direferencing problem
by David92 (Sexton) on Jul 30, 2014 at 08:08 UTC
    Updated my first post with DATA DUMPER output.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-03-29 15:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found