View difference between Paste ID: PMicM658 and 80uJHdzX
SHOW: | | - or go back to the newest paste.
1-
    #pass in an array that has array of the file name
1+
 my @listName = @_;
2-
    #go through the array and make the name of the file have a md5
2+
3-
    #make hash that have the file name as the key and md5 is the value
3+
4-
    #add in the hash for the dir and the timestamp
4+
5-
    #return of the hash 
5+
6-
6+
7-
    my @listName = @_; # this is the file name
7+
8
        #get the md5 for each files
9
        open(FILEIN, $name);
10-
    my @listMD5;    #pass in an array that has array of the file name
10+
11-
    #go through the array and make the name of the file have a md5
11+
12-
    #make hash that have the file name as the key and md5 is the value
12+
13-
    #add in the hash for the dir and the timestamp
13+