use strict; use warnings; # or -w #### @zipfiles = ; foreach my $zipfile (@zipfiles) { # unzip $zipfile }