CGIモジュールのradio_group関数を使用すれば、ラジオボタンを表示することができます。
[使用例] print radio_group( -name => 'deposit', -values => ['有', '無'], -default => $deposit );