- or download this
...
my $req = RPC::XML::request->new('search', @paramfields);
...
### but I can't figure it out!
### am I missing some critical documentation?
### I tried to read on CPAN but that didn't help or make sense to me
- or download this
Response is RPC::XML::array=ARRAY(0x8465fb0)
$VAR1 = \bless( [
...
}, 'RPC::XML::struct' ),
], 'RPC::XML::array' )
], 'RPC::XML::array' );
- or download this
print $result[0] or $result[4]{'thiskey'}, "\n";
- or download this
my @newresult = $result;
print $newresult[0][0], "\n";
- or download this
$VAR1 = \[
'this',
...
},
]
];