Help for this page
if (!defined $foo_path) { print "\nFOO was not intended to run on OS:$^0\n" exit; }
if (!defined $foo_path) { die "\nFOO was not intended to run on OS:$^0\n" }