?? 105oneshot-gzip.t
字號:
BEGIN { if ($ENV{PERL_CORE}) { chdir 't' if -d 't'; @INC = ("../lib", "lib/compress"); }}use lib qw(t t/compress);use strict;use warnings;use IO::Compress::Gzip qw($GzipError) ;use IO::Uncompress::Gunzip qw($GunzipError) ;sub identify{ 'IO::Compress::Gzip';}require "oneshot.pl" ;run();
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -