标签:使用 contain container hello 允许 十六进制 ade 连接 八进制
各进制数表示
八进制以 0 开头, 十六进制以 0x 开头, 二进制 0b 开头,Perl 允许你使用下划线来区分
数字操作符
加(+), 减(-), 乘(*), 除(/) ,模数运算符(%),次方(**)
转义字符
\n 换行 \r 回车 \t 制表符
字符串操作符
. 用于字符串连接,如“hello”. “world” # 同于 “helloworld”
标签:使用 contain container hello 允许 十六进制 ade 连接 八进制
原文地址:https://www.cnblogs.com/wt-seu/p/13091552.html