my @result = `find '.' -type f -print -name '*.pl'` or die "No scripts found - $! \n"
Thanks
In reply to Using Basename by blueapache