in reply to Re^4: XS: use module into package
in thread XS: use module into package
You can't go and change the package the parent Perl code was compiled into. You have to create new code and have it executed by Perl. Perl code gets compiled into ops, not API calls. package itself doesn't even result in an op because it's compiler directive. It changes the package Perl code gets compiled into.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: XS: use module into package
by Anonymous Monk on Jun 13, 2011 at 19:55 UTC | |
by ikegami (Patriarch) on Jun 13, 2011 at 20:56 UTC | |
by Anonymous Monk on Jun 14, 2011 at 06:30 UTC | |
by ikegami (Patriarch) on Jun 14, 2011 at 06:57 UTC | |
by ikegami (Patriarch) on Jun 13, 2011 at 20:36 UTC |