in reply to Re^10: Using STDIN after exec() with ActiveState Perl
in thread Using STDIN after exec() with ActiveState Perl

Yeah thats true, but the point remains, if you want STDIN to work, don't use exec
  • Comment on Re^11: Using STDIN after exec() with ActiveState Perl

Replies are listed 'Best First'.
Re^12: Using STDIN after exec() with ActiveState Perl
by Yaribz (Beadle) on Jun 21, 2015 at 21:08 UTC
    Indeed, that's what I realized with my problem already, but I was just hoping someone would have found a workaround for this ActiveState perl specific problem.