Functions that act on arrays shift Removes a single value from the beginning of an array @words = ( the , quick , brown , fox ); print shift(@words); # the print shift(@words); # quick