Help for this page
BEGIN { if ($^O =~ /^(MS)?Win/) { ... die $@ if $@; } }
if ( $^O =~ /^(MS)?Win/ ) { ... { print "This is Linux OS!!!\n"; }