How do I run perl byte code from a scalar inline with my normal perl program?
I have looked into ByteLoader and it doesn't really provide any methods, all it wants todo is read bytecode to the end of my script file and add that inline.
... some perl code, it may even use stuff defined in byte code ... use ByteLoader; <byte code>
B is supposed to export a "byteload_fh" and a "byteload_string" method, but this seems to be untrue?
Any help would be great
2001-05-07 Edit by Corion : Fixed the title
In reply to ByteLoader is not enough ? by lindex
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |