in reply to passing data structures from java to perl
You could serialize the data structure to JSON, and then deserialize it from Perl using JSON.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: passing data structures from java to perl
by rastoboy (Monk) on Jul 28, 2010 at 19:48 UTC | |
|
Re^2: passing data structures from java to perl
by daverave (Scribe) on Jul 28, 2010 at 20:07 UTC |