----- Original Message ----- From: "Ton Hospel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 29, 2002 7:17 PM Subject: Re: minigolf3
> In article <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] writes: > > To give the mailinglist an equal chance to ircnet #perl: > > http://www.xs4all.nl/~thospel/golf/minigolf3.html > > And now there is even a testprogram: > http://www.xs4all.nl/~thospel/golf/minitest3.pl > > rumor has it that it even works on windows. Unfortunately not... But many thanks for the effort. ;) I'm afraid that STDERR is difficult to redirect on some m$ platforms... (as 'cmd 2>file' does not work under Win98 for instance, and gives an error message). IFAIK, the only way to make it work with Perl is to use IPC::Open3 package, but I didn't succeed to make it work... I will investigate if it is possible to redirect the STDERR, even on Win95/98... BTW, I did appreciate the effort (and the ironical message) made for the tpr04b test script. ;) I don't know who is to thank/blame for this. ;) -- |3eno�t
