etc...01000103.drw 01020028.prt 01040167g.prt 01050051.asm 01070119.drw
Now I need to continue with the code and have it take the hash and search through subdirectories that match those numbers..How do I continue? I will then need to move those numbers into an archive directory once I find a match.open(FILE, "<dup01032004.txt"); while (<FILE>) { $hash{$.} = $_; } close(FILE); foreach (keys %hash) { print("$hash{$_}"); }
Updated Steve_p - added code tags
In reply to subdirectory question by blakeduke
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |