码迷,mamicode.com
首页 > 其他好文 > 详细

perl常用总结

时间:2017-07-15 15:53:14      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:head   ***   src   stderr   amp   ict   script   file   ase   

#!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常用总结

标签:head   ***   src   stderr   amp   ict   script   file   ase   

原文地址:http://www.cnblogs.com/Formulate0303/p/7182754.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!