in reply to A Newcomer can't get the user input!
It's just that you are expecting a prompt, but haven't provided one. If you do this:
all will be well.print 'Radius? '; $radius = <STDIN>;
I'm unfamiliar with Komodo, but this is a method that works cross-platform. A GUI popup is a little more complicated. I'd suggest learning those bits later.
After Compline,
Zaxo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: A Newcomer can't get the user input!
by Anonymous Monk on Jul 06, 2002 at 23:51 UTC |