7 XSLoader
::load
'ByteLoader', $VERSION;
9 # Preloaded methods go here.
16 ByteLoader - load byte compiled perl code
28 This module is used to load byte compiled perl code. It uses the source
29 filter mechanism to read the byte code and insert it into the compiled
30 code at the appropriate point.
34 Tom Hughes <tom@compton.nu> based on the ideas of Tim Bunce and others.