#!/usr/bin/perl use strict; use warnings; use SVN::Notify; my $command = 'dir'; my $exe = SVN::Notify->find_exe($command); system($exe);