in reply to Re^3: How to interact with the console (input/output) running a Perl program on “Windows Power Shell ISE”?
in thread How to interact with the console (input/output) running a Perl program on “Windows Power Shell ISE”?

When I add \n to the string, it does print it on the PS-ISE console. So now the question remains: how to make STDIN work?
  • Comment on Re^4: How to interact with the console (input/output) running a Perl program on “Windows Power Shell ISE”?
  • Download Code

Replies are listed 'Best First'.
Re^5: How to interact with the console (input/output) running a Perl program on “Windows Power Shell ISE”?
by Anonymous Monk on Feb 18, 2012 at 20:12 UTC
    Someone on stackoverflow answered that PS-ISE does not allow this, have you confirmed this by reading the PS-ISE documentation?

      I think you are right - impossible to do on PS-ISE.
      I think I'll drop it and use "Console" (="Console2"), the SourgeForge project.
      Thank again for your good input.