首页 > 代码库 > perl常用总结
perl常用总结
#!usr/bin/perl
use warnings;
use strict;
use Getopt::Long;
use File::Basename;
use PerIO::gzip;
use Cwd;
=head1 name
myfile,pl
#介绍此脚本功能
=head1 example
perl myfile.pl -参数1 ******** -参数2 ********* -参数 ******** 2>myfile.log
=head1 description
-参数1 <str> ********
-参数2 [str] ********
-参数3 [int] ********
-参数4 [flt] ********
-参数 ********
-help help
=head1 author
839365149@qq.com
=head1 version
1.0 2017-07-15 15:00
=cut
#显示时间信息
my $time=`date`;
print STDERR "|-- Start $0 at time: ".$time."\n"; #$0指代的就是myfile.pl脚本
perl常用总结
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。