can.t

来自「source of perl for linux application,」· T 代码 · 共 12 行

T
12
字号
#!/usr/local/bin/perl -w# 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 Test::More tests => 2;BEGIN{ use_ok('CGI'); }can_ok('CGI', qw/cookie param/);

⌨️ 快捷键说明

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