Have your Perl program dump the output as JSON (use either JSON, JSON::MaybeXS, JSON::Tiny, or JSON::PP - the last of which comes out of the box with recent versions of Perl) either to STDOUT or to a temporary file.
Then get your C# program to read the JSON and parse it. (There are several JSON libraries for C# listed on json.org.)
In reply to Re: how to get Perl hash in C#
by tobyink
in thread how to get Perl hash in C#
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |