📄 open.cgi
字号:
#!/usr/local/bin/perl# open.cgi# Add some class to the open listrequire './software-lib.pl';&ReadParse();open(HEIROPEN, ">> $module_config_directory/heiropen");print HEIROPEN "$in{'what'}\n";close(HEIROPEN);&redirect("index.cgi#$in{'what'}");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -