Help for this page

Select Code to Download


  1. or download this
    @a=('a','b','c','a','b');
    @a=reverse(@a);
    pop(@a);
    @a=reverse(@a);
    print @a'
    
  2. or download this
    shift(@a);