摘要: Perl best practice 字符串引用 变量内插 “this is the $var” qq(this is the $var) 字符串直接量 ‘this is the string’ q(this is the string) 变量内插包含单/双引号 “this double quote 阅读全文
posted @ 2022-02-19 20:44 MOVIT 阅读(51) 评论(0) 推荐(0)