Help for this page

Select Code to Download


  1. or download this
    if ($^O eq 'MSWin32') {
        # do something Win32ish
    ...
    else {
        # do something Unixy
    }