Help for this page

Select Code to Download


  1. or download this
    echo -e '55\n44\n33\n22\n11\n' | perl -n -e 'push @a, $_; END{ print @
    +a; } '