Help for this page
@a=('a','b','c','a','b'); @a=reverse(@a); pop(@a); @a=reverse(@a); print @a'
shift(@a);