Sunday, August 2, 2009

How to searh all .txt files under the specified path using Perl.?

I wanna to searh all .txt files under the path I specified(including sub folder).

How to searh all .txt files under the specified path using Perl.?
use File::Find;


No comments:

Post a Comment