Help for this page
use strict; use warnings; # or -w
@zipfiles = <INPUT>; foreach my $zipfile (@zipfiles) { # unzip $zipfile }