Help for this page
$_='something,something else'; @_ = shift split /,/;
$_='something,something else'; shift ( @_ = split /,/ );