use strict; use warnings; print func(); sub func { return "123"; }