$_='something,something else'; @_ = shift split /,/; #### $_='something,something else'; shift ( @_ = split /,/ );