04 2018 档案

常用符号对应的英语单词
摘要:- dash, hyphen _ underscore / slash \ back slash () bracket, parenthesis [] square brackets {} brace : colon ' quotes, quotation marks " double quotes 阅读全文

posted @ 2018-04-23 10:46 lybinger 阅读(830) 评论(0) 推荐(0)

PERL中常用的读取输入参数的方式
摘要:while(@ARGV){ $input=$ARGV[0]; process(); shift @ARGV; } 阅读全文

posted @ 2018-04-18 11:17 lybinger 阅读(790) 评论(0) 推荐(0)

导航