Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: Direferencing problem

by bigj (Monk)
on Jul 30, 2014 at 08:14 UTC ( [id://1095574]=note: print w/replies, xml ) Need Help??


in reply to Re: Direferencing problem
in thread Direferencing problem

The Dumper output shows us that you get an ArtifactsInPlanningFolderSoapRow-object in $element.
To get what you want, you'll have to access the id-attribute, something like:
print $element->{id};

Greetings,
Janek Schleicher

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-19 03:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found