#!/usr/local/bin/perl -w use strict; $|++; print "> "; print eval, "\n> " while chomp( $_ = <STDIN> );
-- Casey
In reply to RE: Simple Calculator by cwest in thread Simple Calculator by ncw