⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 byteloader.pm

📁 UNIX下perl实现代码
💻 PM
字号:
package ByteLoader;use XSLoader ();$VERSION = 0.04;XSLoader::load 'ByteLoader', $VERSION;# Preloaded methods go here.1;__END__=head1 NAMEByteLoader - load byte compiled perl code=head1 SYNOPSIS  use ByteLoader 0.04;  <byte code>  use ByteLoader 0.04;  <byte code>=head1 DESCRIPTIONThis module is used to load byte compiled perl code. It uses the sourcefilter mechanism to read the byte code and insert it into the compiledcode at the appropriate point.=head1 AUTHORTom Hughes <tom@compton.nu> based on the ideas of Tim Bunce and others.=head1 SEE ALSOperl(1).=cut

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -