in reply to Re^2: Accessing Attributes in Web Servie message - Server Side
in thread Accessing Attributes in Web Servie message - Server Side
What is the structure of $data if you use Dumper
pojuse Data::Dumper; sub sendMsg2ABC { my($class,$data)=@_; print Dumper $data;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Accessing Attributes in Web Servie message - Server Side
by gackles (Novice) on Feb 18, 2016 at 19:10 UTC | |
by poj (Abbot) on Feb 18, 2016 at 19:38 UTC | |
by gackles (Novice) on Feb 18, 2016 at 20:40 UTC | |
by poj (Abbot) on Feb 29, 2016 at 18:41 UTC | |
by Anonymous Monk on Feb 19, 2016 at 00:29 UTC | |
Re^4: Accessing Attributes in Web Servie message - Server Side
by grasshopper!!! (Beadle) on Feb 20, 2016 at 21:47 UTC |