in reply to Re: Win32 crashes perl
in thread Win32 crashes perl

why do you start your program with #!/usr/bin/perl?
There's no reason not to use the #! line. I use it in my Windows code as I sometimes will want to use that same code on a Linux box. One upside of Perl is it's portability (when you write with that in mind) - no reason not to accommodate that from the get-go.