Help for this page

Select Code to Download


  1. or download this
    sub wanted;
    File::Find::find({wanted => sub { wanted( $size_input ); } }, $fs_inpu
    +t ) ;
    
  2. or download this
    
     File::Find::find({wanted => sub { wanted->( $size_input ); } }, $fs_i
    +nput ) ;
    ...
    }    ###-- End sub --###
    
    print scalar @large_files;
    
  3. or download this
    
    __OUTPUT__
    ...
    MIDDLE SZINPT:  26214400
    MIDDLE SZINPT:  26214400
    0