while (<STDIN>) { chomp; if ($_ eq "quit") { exit; } print eval "$_", "\n"; } [download]
In reply to Re: Re: Re: Re: Input/Output through the Keyboard by pg in thread Input/Output through the Keyboard by @rocks