in reply to Perl Calculator
Looking at this i got to thinking a calc program is a great way to learn perl.. You can start with something rather basic like above, and add more math functions as you learn then and even work up to using pattern matching so instead of a prompt for an operation it could take input like (4*5)/12 and stuff like that. The possiblities are almost endless
I think i have a new ongoing hobby project..