chu*_*tar 2 perl reference bless
我目前正在学习Perl编程,并且正在运行这样的语句:
return bless { }, $type;
Run Code Online (Sandbox Code Playgroud)
I know what return bless { }; would do, and I also know what return $type; would do, but how does separating them by a comma affect the statement, and does it work the same way for all unary operators?