Help for this page

Select Code to Download


  1. or download this
    use Inline C => DATA => NAME => 'inline_code_pl_2d59';
    if ( $^O eq 'MSWin32' ) {
        # Do nothing
    }
    
  2. or download this
    BEGIN {
        if ( $^O eq 'MSWin32' ) {
            # Option A
    ...
            die $@ if $@;
        }
    }