Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
The Perl5 Manual
- 単項演算子の呼び出し方
Go to the first, previous, next, last section, table of contents.
単項演算子は、2 番目の引数が未定義値の二項演算子であると考えられます。つ
まり、 $OVERLOAD{"++"} は、 $a++ が実行されるときに、
($a, undef , ") という引数で呼び出されます。
Go to the first, previous, next, last section, table of contents.