perl -MMath::RPN -le'print+rpn+join",",@ARGV' 100 9 '*' 5 / 32 + perl -MMath::RPN -le'$"=",";print+rpn"@ARGV"' 100 9 '*' 5 / 32 +