perl
文章平均质量分 74
wqq_721
DAY DAY UP !
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
在Perl中使用shell命令和管道
在Perl中使用shell命令有三种方法* system函数* 反引号``* qx{}第一种方法,system函数格式如下[html] view plaincopyprint?1. system("command"); system("command");若命令正常运行则返回0,否则返回非零值此方法的缺点是不能将shell命令的输出直转载 2012-05-02 16:56:52 · 4046 阅读 · 0 评论 -
perl中FTP的使用
#!/usr/bin/perl#-----------------------------------------------------## # description : create and ftp subchange state file# author : wqq# date : 2012-04-30##----------------------原创 2012-05-02 17:00:26 · 1751 阅读 · 0 评论
分享