source of perl for linux application,

源代码在线查看: import.t

软件大小: 15230 K
上传用户: gankai1983
关键词: application source linux perl
下载地址: 免注册下载 普通下载 VIP

相关代码

				BEGIN {				    if( $ENV{PERL_CORE} ) {					@INC = '../lib';					chdir 't';				    }				}								print "1..1\n";								sub ok				{				    my ($no, $ok) = @_ ;				    print "ok $no\n" if $ok ;				    print "not ok $no\n" unless $ok ;				}								# The :gzip tags are tested in external.t.								eval "use IO::Zlib qw(foo bar)";				ok(1, $@ =~ /^IO::Zlib::import: 'foo bar' is illegal /);							

相关资源