Help for this page

Select Code to Download


  1. or download this
    my @results = File::Find::Rule->file()
                                  ->exec( sub { length($_[1]) < 255 } )
                                  ->in( $dir );