Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    find({ wanted =>sub{push @list,$_ if (/$rex/ && -f)} , no_chdir => 1 }
    +, $search_root);
    # And print em out
    print join "\n",@list;
    
  2. or download this
    D:\Bin\/autoruns.exe