Help for this page
Select Code to Download
Select
or
download this
echo -e '55\n44\n33\n22\n11\n' | perl -n -e 'push @a, $_; END{ print @
+
a; } '