Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have a Perl script that generates a huge hash tree. The Perl script is called from C# and it works fine. What I need to do now is to receive the returning hash from Perl in C#.
How can I do it?
Thanks :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to get Perl hash in C#
by tobyink (Canon) on Jan 24, 2014 at 10:06 UTC | |
by Hossein (Acolyte) on Jan 24, 2014 at 13:03 UTC | |
by tobyink (Canon) on Jan 24, 2014 at 14:12 UTC | |
by Hossein (Acolyte) on Jan 27, 2014 at 08:02 UTC | |
by Corion (Patriarch) on Jan 27, 2014 at 08:10 UTC | |
| |
|
Re: how to get Perl hash in C#
by davido (Cardinal) on Jan 24, 2014 at 16:45 UTC | |
|
Re: how to get Perl hash in C#
by Hossein (Acolyte) on Jan 24, 2014 at 10:02 UTC | |
by Corion (Patriarch) on Jan 24, 2014 at 10:04 UTC |