Help for this page

Select Code to Download


  1. or download this
    find({wanted => \&viewscan,follow}, $view);
    
    ...
        close CMD;
        @fileinfo = grep /view private/, @fileinfo;
    }
    
  2. or download this
    find({wanted => \&viewscan,follow}, $view);
    
    ...
        my @fileinfo = grep /view private/, (<CMD>);
        close CMD;
    }