linux.pl

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

PL
9
字号
# Some distributions have both gdbm and ndbm# Prefer gdbm to avoid the broken ndbm in some distributions# (no null key support)# Jonathan Stowe <gellyfish@gellyfish.com>use Config;use ExtUtils::Liblist;($self->{LIBS}) = ExtUtils::Liblist->ext('-lgdbm -lgdbm_compat')	if $Config{libs} =~ /(?:^|\s)-lgdbm(?:\s|$)/;

⌨️ 快捷键说明

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