Help for this page

Select Code to Download


  1. or download this
    find(
        sub {
    ...
            @INC,
    );
    
  2. or download this
    find{ wanted => sub { ##### code ;}, no_chdir => 1,}, $incl_dir;