loosid has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to configure E-Macs to use Perl but for some reason it won't read in user input. For example, the code: print "what's your name? "; $name = <stdin>; chomp $name; print "hello, $name!\n"; has the following output in emacs: what's your name? hello, ! This script works on a command prompt, but not in emacs. Any help would be much appreciated. Thanks, Matt
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Perl and Emacs
by BlueLines (Hermit) on Jul 25, 2000 at 01:05 UTC | |
|
Re: Perl and Emacs
by fundflow (Chaplain) on Jul 25, 2000 at 00:11 UTC | |
|
RE: Perl and Emacs
by BlueLines (Hermit) on Jul 25, 2000 at 23:12 UTC | |
|
Re: Perl and Emacs
by loosid (Initiate) on Jul 25, 2000 at 00:42 UTC | |
by fundflow (Chaplain) on Jul 25, 2000 at 00:51 UTC | |
|
Re: Perl and Emacs
by loosid (Initiate) on Jul 25, 2000 at 22:22 UTC |