59 %precheck_stuff = ($KSH, $PERL); 220 for $ent (@precheck_stuff) { 221 if( ! -f $ent ) { 222 print_info "$ent not found\n" ; 223 $ret = 1 if($ret == 0); 224 } 225 }