スカラのリファレンス Perlではあまり出番がない 関数呼出しの引数は元々call by reference リファレンスの作り方 $scalar = "hoge"; $s_ref = \$scalar; デリファレンス $v = $$s_ref; $v = ${$s_ref};