#!/usr/bin/perl use strict; use warnings; use ExtUtils::MakeMaker qw(prompt); use File::Spec; use SVN::Notify; my $exe_name = prompt("Enter name of exe: "); my $exe = SVN::Notify->find_exe($exe_name); print "$exe\n";
In reply to Re: finding standard appliiations .exe
by Khen1950fx
in thread finding standard appliiations .exe
by merrymonk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |