in reply to Re^2: Frontier::Client and <struct>in thread Frontier::Client and <struct>
use Tie::IxHash; tie(%myhash, 'Tie::IxHash', test1 => "one", test2 => 'two' ); my $result = $server->call('MyCall', \%myhash ); [download]