in reply to Re: Re: Input/Output through the Keyboard
in thread Input/Output through the Keyboard
Using eval is one solution:
$_ = <STDIN>; print eval;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Input/Output through the Keyboard
by pg (Canon) on Nov 13, 2002 at 05:58 UTC | |
Re: Re: Re: Re: Input/Output through the Keyboard
by pg (Canon) on Nov 13, 2002 at 06:15 UTC | |
Re^3 Input/Output through the Keyboard
by @rocks (Scribe) on Nov 13, 2002 at 06:24 UTC | |
by peschkaj (Pilgrim) on Nov 25, 2002 at 17:28 UTC |
In Section
Seekers of Perl Wisdom