📄 apache.t
字号:
#!/usr/local/bin/perl -wuse lib qw(t/lib);# Due to a bug in older versions of MakeMaker & Test::Harness, we must# ensure the blib's are in @INC, else we might use the core CGI.pmuse lib qw(blib/lib blib/arch);use strict;use Test::More tests => 1;# Can't do much with this other than make sure it loads properlyBEGIN { use_ok('CGI::Apache') };
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -