Go to the first, previous, next, last section, table of contents.


Perl にない C の演算子

C にあって Perl に無いものは以下の通りです:

単項 &
アドレス演算子。("\" 演算子がリファレンスのために用いられます。)
単項 *
被アドレス参照演算子。 (Perl の被参照プリフィクス演算子が型づけを行なう: $, @, %, &。)
(型)
型のキャスト演算子。


Go to the first, previous, next, last section, table of contents.

検索式: