📄 perl.c
字号:
/* Perl module */#ifdef HAVE_CONFIG_H#include "config.h"#endif#include "elinks.h"#include "main/module.h"#include "scripting/perl/core.h"#include "scripting/perl/hooks.h"struct module perl_scripting_module = struct_module( /* name: */ "Perl", /* options: */ NULL, /* hooks: */ perl_scripting_hooks, /* submodules: */ NULL, /* data: */ NULL, /* init: */ init_perl, /* done: */ cleanup_perl);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -