/ Published in: Perl
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
use File::Find; @DIRLIST ="C\:\\Downloads\\"; sub process_file { # do whatever; } find(\&process_file, @DIRLIST);
URL: http://docstore.mik.ua/orelly/perl/cookbook/ch09_08.htm