Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
find(\&locate_system32, "C:\\"); # Not to mention it only looks on one drive (i.e. "C") sub locate_system32 { if (/system32/) { $system32 = "$File::Find::dir"; } }
Does anyone have any suggestions?
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Quickest way to locate System32 Dir?
by Coruscate (Sexton) on Jan 14, 2004 at 20:36 UTC | |
|
Re: Quickest way to locate System32 Dir?
by PodMaster (Abbot) on Jan 14, 2004 at 20:07 UTC | |
|
Re: Quickest way to locate System32 Dir?
by MADuran (Beadle) on Jan 14, 2004 at 20:17 UTC | |
|
Re: Quickest way to locate System32 Dir?
by flyingmoose (Priest) on Jan 14, 2004 at 21:01 UTC | |
by NetWallah (Canon) on Jan 14, 2004 at 22:43 UTC | |
by meetraz (Hermit) on Jan 16, 2004 at 19:36 UTC |