in reply to Re^2: why is there no a PVM for perl?
in thread why is there no a PVM for perl?
IMHO you are idealizing JAVA now, because use of native libraries causes the same problems there.
For much the same reasons I try to avoid modules using XS. Just inspect the dependencies in CPAN and parse the code for DynaLoader to do so.
Cheers Rolf
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: why is there no a PVM for perl? (avoiding native code)
by Anonymous Monk on Jun 03, 2011 at 00:06 UTC | |
by zwon (Abbot) on Jun 03, 2011 at 15:08 UTC |