Re: improvements / win9x

At 06:15 13-05-99 , Bjoern Hoehrmann wrote:
>| I can understand why you might need to use such a hack 
>|for the Redmond Kid's operating system wannabees, but 
>|would think it much better to make it via a test and hack 
>|code, rather than break it for other platforms.
>
>Hm, Perl is ment to be available on many platforms. So 
>why not let the Script be compatible on many platforms, too?

No disagreement. Perhaps I was not clear. I'm suggesting something to the
tune of...

	Unless ( $ENV{'OS') eq 'Windows_9x' ) {
		... existing code ...
	}
	else {
		... code which works on Windows 9x ...
	}

Where the test is tweaked to whatever clues Windows 9x gives of its presence.

Safe computing,  /Harold
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Harold A. Driscoll                       mailto:harold@driscoll.chi.il.us
#include <std/disclaimer>      http://homepage.interaccess.com/~driscoll/

Received on Thursday, 13 May 1999 11:16:58 UTC