From: Aldo C. <da...@pe...> - 2005-03-31 18:25:20
|
hello gentlemen, sorry if this question appeared before, I'm new to the list and didn't find anything on the FAQ/ML archive/etc. is it possible to have PerlCE _without_ the fake console window, but with _real_ STDIN/STDOUT/STDERR hooks? as probably many of you did, I have installed PocketConsole from http://www.symbolictools.de/ and Microsoft's CMD.exe on my iPAQ: so now I have a command prompt. but the current PerlCE, launched from there, still pops up its own window and place its output in /perl_(stdout|stderr|stdin).txt. what I would like to have is a Perl executable really interacting with the CLI, as on any regular desktop computer. I tried to investigate the issue by looking at the code, but it seems to me that this "fake-console" is a feature of celib, which can't be avoided. any hint? cheers, Aldo |