print $stack[ $_ ] for reverse 0 .. $#stack; #### undef @stack; #### print while pop @stack;
## undef @stack; ##
## print while pop @stack;