print join(" ", sort @animals); #### { local $, = " "; print sort( @animals ); }