?? 01pod.t
字號:
#!/usr/bin/perl# vim: set ft=perl:# Stolen from Andy Lester, from # <http://use.perl.org/~petdance/journal/12391>use Test::More;use File::Spec;use strict;eval "use Test::Pod 0.95";if ($@) { plan skip_all => "Test::Pod v0.95 required for testing POD";} else { plan tests => 1; Test::Pod::pod_file_ok(File::Spec->catfile(qw(blib script urifind)));}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -