No such thing as a small change | |
PerlMonks |
Re: Simple Calculatorby PhilHibbs (Hermit) |
on Aug 16, 2004 at 13:28 UTC ( [id://383289]=note: print w/replies, xml ) | Need Help?? |
Here's one that takes its input from, and writes the results to, the Windows clipboard. It will process multiple lines independently, and will transform this: 49.99*1.175 (49.99*1.175)*5into this: 49.99*1.175 = 58.73825 (49.99*1.175)*5 = 293.69125If you change the lines, copy them, and recalculate, then it will ignore anything after the = signs.
In Section
Code Catacombs
|
|