while (args here) { $new_dir = code to figure out correct path... $file = code to determine file to work on... $fullpath = "/home/mysite/documents/daily/$new_dir/$file"; system("gzip $fullpath") == 0 or die "can't gzip file"; }