Help for this page

Select Code to Download


  1. or download this
     
    @large_files = grep { -s $_ > '5' } @files;
    
  2. or download this
    
    #!/usr/bin/perl
    ...
    
    print Dumper(@large_files);
    exit;