my $make = $Config{make} . $Config{_exe}; my @path = split $Config{path_sep}, $ENV{PATH}; unless ( grep { -x File::Spec->catfile( $_, $make ) } @path ) { # alien download and install }