Help for this page

Select Code to Download


  1. or download this
    # Untested
    # Use a printf/scanf pattern to match file names
    ...
    my @files = File::Find::Rule->file()
                                ->name( $r )
                                ->in( @w );