📄 test.pl
字号:
#!/usr/bin/env perl# $Id: test.pl,v 1.6 2003/10/17 20:01:52 tans Exp $# Copyright (c) 2002 Shufeng Tan. All rights reserved.# # This package is free software and is provided "as is" without express# or implied warranty. It may be used, redistributed and/or modified# under the terms of the Perl Artistic License (see# http://www.perl.com/perl/misc/Artistic.html)use strict;use Test;BEGIN { plan tests => 1 };use Net::OICQ;my $oicq = new Net::OICQ;ok(defined($oicq));__END__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -