Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Parsing SOAP::Lite results

by Anonymous Monk
on Sep 28, 2012 at 10:32 UTC ( [id://996163]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    use strict; use warnings;
    my $getToysResults = {
    ...
    ArrayOfToy=HASH(0x9b506c) at - line 28.
    ARRAY(0x9b50bc) at - line 29.
    Not a HASH reference at - line 30.
    
  2. or download this
    use Data::Diver qw/ Dive /;
    my $toyArrRef = Dive $getToysResults, qw/ Toys Toy /;
    ...
    __END__
    toybox
    shelf
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-24 10:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found