SysChat

SysChat (http://www.syschat.com/forum.php)
-   General Software (http://www.syschat.com/software-support/general-software/)
-   -   Perl Express and/or Komodo (http://www.syschat.com/perl-express-and-or-komodo-4834.html)

neuroether 07-26-2009 09:59 AM

Perl Express and/or Komodo
 
I am trying to set up my system for practicing my Perl. I loaded Perl Express but notice it cannot run basic <STDIN> statements with input. Later, I loaded Komodo, but cannot determine how to run script programs.

For those who can answer the Perl Express. I loaded Perl Express and Active State interpreter. I can write basics print statements, but cannot input statements using <> or <STDIN>. Are there other patches, upgrades or switches needed for this, when using Window XP or Vista operating system?

For those who can answer the Komodo question. How can I save and operate (run) the program? Past attempts,
print "Hello, World";
$toe = <STDIN>;
print $toe;

'Testing07262006a' is not recognized as an internal or external command,
operable program or batch file.


All times are GMT -4. The time now is 03:47 AM.


Copyright © 2005-2013 SysChat.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54