in reply to Re^2: How to call perl in Java?
in thread How to call perl in Java?
Passing Java objects to Perl subs sounds tricky, objects can be arbitrary complex. Maybe you can use JSON for data transfer. You could serialize your Java object to a JSON string, pass it to Perl and decode it. See JSON in Java and JSON.
HTH
Harry
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to call perl in Java?
by llancet (Friar) on Jan 13, 2010 at 04:45 UTC | |
by dHarry (Abbot) on Jan 13, 2010 at 07:27 UTC | |
by llancet (Friar) on Jan 14, 2010 at 00:40 UTC | |
by dHarry (Abbot) on Jan 14, 2010 at 07:30 UTC |