Help for this page

Select Code to Download


  1. or download this
    use strict;
    use File::Find;
    
    $file = 'test$file.class'; # note that you need to use single quotes h
    +ere
    find( sub { /\Q$file\E/ && print "$File::Find::name\n", $destDir });