Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    eval 'printf "%d\n", DETACHED_PROCESS;' if $^O =~ /win32/i;    # ok
    
    printf "%d\n", DETACHED_PROCESS if $^O =~ /win32/i;            # not o
    +k: Bareword "DETACHED_PROCESS" not allowed...