From: Jordi D. <jde...@ls...> - 2007-03-16 23:39:06
|
Hi, I just installed the most recent version of Perl: perl-wince-arm-hpc-wce300 and PerlIDE from R.Keuchel on my Jornada 720 in order to practice a little bit with Perl (just for fun, I'm learning Perl). The problem is that I can't end an input line with any of the usual characters (Ctrl-D or Ctrl-Z; Ctrl-C aborts the program). I mean, a simple program like: @lines = <STDIN>; print @lines; does work but, apparently, there is no way to stop the input of data. Is there anything I'm doing wrong? I have installed everything according to the instructions: Perl directory is \Storage Card\perl58m and Registry has been modified as suggested in the instructions... Any help will be welcome... Thanks in advance Bests Jordi |