Help for this page
perl -e 'for (-5..-1) { print -"$_\n" };' +5 ... +3 +2 +1
perl -e 'for (-5..-1) { print -$_,"\n" };' 5 ... 3 2 1