D:\Development>type test.pl print "hello world!\n"; #sleep(999999); D:\Development>perl -I. -MNameExe test.pl && echo boo boo D:\Development>hello world! [cursor blinks here]