| ByteCache documentation | view source | Contained in the ByteCache distribution. |
ByteCache - byte-compile modules when needed
use ByteCache;
use Other::Module;
This module causes any modules loaded after it to be loaded in bytecode compiled format. If a bytecode compiled version of the module does not currently exist, ByteCache will call the compiler to create one and then save it away.
This module is dependent on the compiler suite, and is therefore B<very> experimental. Your results may very. Do not use in production systems.
Simon Cozens, simon@brecon.co.uk
perl, perlcc, ByteLoader
| ByteCache documentation | view source | Contained in the ByteCache distribution. |