Help for this page
$foo_path = ('/mnt/foo') if ($^O eq "linux"); $foo_path = ('\\\C:\foo.exe') if (($^O =~ /mswin32|nt/i));
if undef ($foo_path) { print "\nFOO was not intended to run on OS:$^0\n" exit; }