in reply to Re^2: Problems with SOAP::Lite client
in thread Problems with SOAP::Lite client
you probably meantpush(@ary,%hash);
but then you probably meantpush @ary, \%hash;
instead. I could probably guess what you're really after, but its better if you pseudocode/diagram what you wish to accomplish, before writing actual code.$dss->updatePLZInformationen(%hash);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Problems with SOAP::Lite client
by thion (Initiate) on Dec 15, 2008 at 08:06 UTC | |
by Anonymous Monk on Dec 15, 2008 at 15:58 UTC | |
by thion (Initiate) on Dec 16, 2008 at 09:27 UTC | |
by Anonymous Monk on Dec 16, 2008 at 14:36 UTC |