How would I get $File::Find::dir to return the drive in which 'Perl' is found? Or better yet, manipulate the find() syntax, so that find() will locate 'Perl', reguardless what drive it's located in (but still return the drive letter)? Any help is appreciated.#!/usr/bin/perl use File::Find; find(\&wanted, "Perl", "/");
In reply to Using File::Find to find drive (Win32) by FireBird34
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |