in reply to Re: how to get Perl hash in C#
in thread how to get Perl hash in C#

The easiest way would be to print the hash as a JSON structure and then to read that structure from C#.