$Bill Luebkert wrote:
>       $windoze = 1 if $^O eq 'MSWin32';

Is this going to break on 64-bit Windows? Just curious. Maybe we should all
start using

$windoze = 1 if index($^O, 'MSWin');

- Mark.

-- 
Mark Thomas 
Internet Systems Architect
_______________________________________
BAE SYSTEMS Information Technology 
2525 Network Place
Herndon, VA  20171  USA 

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to