Help for this page

Select Code to Download


  1. or download this
    #! perl
    use strict;
    ...
    find(sub { push @files, $File::Find::name if /\.lef$/ } , @filtered); 
    
    # access @files as needed