亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

perl中heredoc使用說明

 更新時(shí)間:2013年02月05日 13:56:09   作者:  
在成塊打印文本的時(shí)候特別有用,需要的朋友可以參考下

格式

print <<EOF
you text go here
EOF

復(fù)制代碼 代碼如下:

sub usage{
    print <<EOF;
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

相關(guān)文章

最新評(píng)論