Help for this page

Select Code to Download


  1. or download this
    if (!defined $foo_path) {
       print "\nFOO was not intended to run on OS:$^0\n"
       exit;
    }
    
  2. or download this
    if (!defined $foo_path) {
       die "\nFOO was not intended to run on OS:$^0\n"
    }