in reply to Removing File Extensions
my %h = map /(.*)\.(.*)/, @files; @onlyNames = keys %h; @onlyExt = @h{@onlyNames}; [download]