Testing the new Junco calc command This simply uses the Perl eval command to process an arithmetic string. Format: calc = arithmetic expression. calc=(5+3) / 2 Produces calc=(5+5) / 2 Need to work out the formatting kinks a little, but if I want a quick calculation, this will suffice. #junco