
PerlUser12
Novice
Oct 11, 2012, 4:59 AM
Post #1 of 2
(1432 views)
|
No output display for Array input from STDIN
|
Can't Post
|
|
Hi, I tried to run a sample program which gets an array input from the user using the Perl Express tool. But After entering the input in the Interactive I/O window, the output is not getting displayed. I tried to enter CTRL+D to indicate the end of the file. But I am getting a beep sound like its a invalid operation. @input = <STDIN>; print (@input); Kindly let me where I went wrong. Thanks in advance!
|