As always, variables and constant values can be freely combined: print 3 + 5; # prints 8 $x = 3; print $x + 5; # prints 8. All of perl's operations on ...
確定! 回上一頁