close FILE; chmod(0755,$file) or die "Can't chmod $file $!\n"; $ret = `$file 2>&1`; print $ret;