Help for this page
perl -we "@alpha = qw|d e f g h|; print @alpha->[shift,shift];" Using an array as a reference is deprecated at -e line 1. Use of uninitialized value in array element at -e line 1.
perl -e "@alpha = qw|d e f g h|; print (shift @alpha, shift @alpha);"