I've had this problem before with Open Perl IDE, but thougth that it's his fault. Actually I've never done much of desktop programming with Perl - mostly web stuff so I didn't cared much about it. Now I tried Eclipse & EPIC, and got same thing ...
When I have something like :
print "Test";
my $value = <STDIN>;
Instead of printing Test and waiting for input as expected - it waits for input, and once you enter something Test is printed. If you have more <STDIN> (like print, STDIN, print, STDIN) you need to enter all of those, and only then something is printed out ..
Anyone knows what's going on?
I also tried that in Komodo 3.1 and it works as expected ... (OT) BTW. Shure Komodo still needs few more things - but other than that it's great ...
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.