my $OSTY; if (not exists $ENV{OSTYPE}) { warn "Couldn't determine OSTYPE"; $OSTY = ""; } else { $OSTY = $ENV{OSTYPE} };