Help for this page
[1] push 3 [2] push 5 ... [6] add [7] mul [8] print
#!/usr/bin/perl -w use strict; ... add mul print
root@swill ~/PerlMonks $ ./stack_to_infix.pl ... root@swill ~/PerlMonks $