28
一
Posted by admin in Perl | Tags :examples, Perl | No Comments
(21) Term::ANSIColor 例子
#!/usr/bin/perl
use strict;
use Term::ANSIColor qw(:constants);
$Term::ANSIColor::AUTORESET = 1; perlcn.net/perl-examples-4#more-175" class="more-link">Continue Reading
28
一
Posted by admin in Perl | Tags :examples, Perl | 1 Comment
(11)ExtUtils::Installed, new(), modules(), version()
#查看已经安装的模块的相应信息。
#!/usr/bin/perl
use strict;
use ExtUtils::Installed; perlcn.net/perl-examples-3#more-173" class="more-link">Continue Reading
28
一
Posted by admin in Perl | Tags :examples, Perl | No Comments
(1)Net::FTP
#!/usr/bin/perl -w
# file: ftp_recent.pl
# Figure 6.1: Downloading a single file with Net::FTP
use Net::FTP; perlcn.net/perl-examples-2#more-171" class="more-link">Continue Reading
28
一
Posted by admin in Perl | Tags :example, Perl | No Comments
Linuxsir原文链接:http://www.linuxsir.org/bbs/thread77473.html
Chinaunix原文链接:Perl模块使用 => 简短例子代码集合!
一些常用模块的简单描述 perldoc.perl.org/perlmodlib.html" target="_blank">http://perldoc.perl.org/perlmodlib.htmlperldoc.perl.org/perlmodlib.html" target="_blank"> perlcn.net/perl-example-1#more-169" class="more-link">Continue Reading
27
一
Posted by admin in Tools | Tags :msn | No Comments
MSNShell自动更新到新版本( 4.3以后版本后 ),使用MSN 7.5(主要为Windows 2000用户)的时候,发送消息的时候,会提示MSN遇到问题要关闭,之后MSN自动关闭的问题。
解决办法是卸载“新版本”的MSNShell,并安装4.2.28.32版本的MSNShell(直接覆盖安装亦可)
MSNShell的官方网站上只提供了最新版本的MSNShell,老版本的可以从这里下载
MSNShell 4.2.28.32下载地址
为了避免MSNShell自动更新到最新版本,导致问题,可以通过打开MSNShell的“设置”对话框,之后去掉“自动更新”选项。
最近评论