ByteLoader - load byte compiled perl code |
ByteLoader - load byte compiled perl code
use ByteLoader 0.04; <byte code>
use ByteLoader 0.04; <byte code>
This module is used to load byte compiled perl code. It uses the source filter mechanism to read the byte code and insert it into the compiled code at the appropriate point.
Tom Hughes <tom@compton.nu> based on the ideas of Tim Bunce and others.
perl(1).
ByteLoader - load byte compiled perl code |