$pres->SaveAs("$filename"); #pres is a PP presentation #lets clean up the directory #@files is a list of all filenames I used to create the overall file. foreach $file (@files){system("del \"$file\"")};