http://www.perlmonks.org?node_id=99958


in reply to Golf: RPN calculator


It is sad to say but I'm beginning to see everything through Golf tinted glasses. Even module releases.

These are 45 chars. The arg list is included as an example:
perl -MMath::RPN -le'print+rpn+join",",@ARGV' 100 9 '*' 5 / 32 + perl -MMath::RPN -le'$"=",";print+rpn"@ARGV"' 100 9 '*' 5 / 32 +


John.
--