在Perl中,||=以下示例中运算符的含义是什么?
||=
$sheet -> {MaxCol} ||= $sheet -> {MinCol};
perl operators
operators ×1
perl ×1