Help for this page

Select Code to Download


  1. or download this
    File::Find::find( sub {
            next unless $File::Find::name;
            (-r && !-d) and push ( @files, substr($File::Find::name, 5) );
        } , 'blib' );