首页 > 编程 > Perl > 正文

perl中heredoc的使用解析

2020-02-23 19:47:09
字体:
来源:转载
供稿:网友

武林技术小编今日給您带来一篇perl中heredoc的使用解析,在成块打印文本的时候特别有用,正需要这方面知识点的同学千万不能错过喔!

格式

print <you text go here
EOF

 

复制代码 代码如下:

sub usage{
    print <Usage: test.pl -c config, -f file -l lines
    -c config file
    -f file name
    -l number of lines
EOF
}
;

 

NOTE: the last EOF must start at the beginning of the line!!!
you can use other words instead of EOF

到这里,perl中heredoc的使用解析就介绍完成了,如果您还有什么不清楚可以留言给我,如果觉得我写得不错的话,请给我一个大拇指,谢谢!

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表

图片精选