print +(split(...))[3]; # force "list operator" mode, or... print( (split(...))[3] ); # make the whole thing a function call.