in reply to Which
sub Which($) { my $file = shift; my $loc = `which $file`; chomp $loc; return $loc; } [download]