Help for this page
open ( INFILE, "<", "$inputfile" ) || die( "Cannot read list file +$inputfile" ); ... chomp ( $file ); $file_list{$file} = "1"; }
if(length($file) <= (1 * 1024 * 1024)) { $file_list{$file} = "1"; }