Help for this page
my $OSTY; if (not exists $ENV{OSTYPE}) { ... } else { $OSTY = $ENV{OSTYPE} };
print "Running under $^O";