http://www.perlmonks.org?node_id=968176


in reply to Noob File::Find issue

Heya bgreg,

You've managed to capitalize the File in FILE::Find.

Try this instead:

use strict; use warnings; use File::Find; ... etc.

Oh and BTW, make sure you use strict too!

Welcome to Perl and Perlmonks!


What can be asserted without proof can be dismissed without proof. - Christopher Hitchens, 1949-2011