startup.pl

来自「嵌入式WEB」· PL 代码 · 共 13 行

PL
13
字号
#!/usr/bin/perl -wTuse Apache::Registry;use CGI;## any other modules that you may need for your## other mod_perl applications running ...print "Finished loading modules. Apache is ready to go!\n";1;

⌨️ 快捷键说明

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