On Tue, Mar 3, 2009 at 14:47, Lauri Nikkinen <[email protected]> wrote: > I uninstalled ActiveState Perl via Add/Remove Programs and installed it > (ActivePerl 5.10.0 Build 1004) again from here > > http://www.activestate.com/activeperl/ > > and I got the same answer from ppm query File::Find. I don't know if it has > something to do with the Windows 'cause I'm running Windows XP via Parallels > Desktop (as a virtual computer) on my Macbook Pro. I haven't had any > difficulties with other programs. snip
File::Find is part of Core Perl. If it weren't installed by Activestate's Perl installer many people would be up in arms. Try writing a simple script using it or saying perl -MFile::Find -le "print 'ok'" in cmd.exe. -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
