Re: Perl Quiz of the Week #25 (RPN calculator)

Dan Sanderson <[email protected]> Tue, 28 Sep 2004 23:02:28 -0700 (PDT)
Newsgroups gmane.comp.lang.perl.qotw.discuss
Message-ID <[email protected]>
Teeny typo, which probably won't confuse anyone but just in case:  "20 5"
would push 20, then 5, resulting in a stack of 1: 20, 0: 5 (not 1: 25, 0:
5).

-- Dan