sub ringForward { ... $modem->send($tone, $duration); } sub ringForward { ... return $modem->send($tone, $duration); }