des.pm
来自「mediastreamer2是开源的网络传输媒体流的库」· PM 代码 · 共 20 行
PM
20 行
package DES;require Exporter;require DynaLoader;@ISA = qw(Exporter DynaLoader);# Items to export into callers namespace by default# (move infrequently used names to @EXPORT_OK below)@EXPORT = qw();# Other items we are prepared to export if requested@EXPORT_OK = qw(crypt);# Preloaded methods go here. Autoload methods go after __END__, and are# processed by the autosplit program.bootstrap DES;1;__END__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?