use strict; use warnings; print func(); sub func { return "123"; } #### Unquoted string "func" may clash with future reserved word ... print() on unopened filehandle func ...