Help for this page
unless (unlink $file) { print "..."; push @list, $file; }
DoDaUnlink ($file, \@list); ... print "..."; push @$list, $file; }