# New Ticket Created by Mark Glines # Please include the string: [perl #53458] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=53458 >
When you run the following pir script: .sub main sleep 1 print "ok\n" .end Running this on linux waits for a second, and then prints ok (as expected). Running this on mingw32 prints ok and returns immediately. This is with mingw-gcc 3.4.5 as packaged with Strawberry Perl 5.10.0. Mark