in reply to Re^3: Faster Method for check function.
in thread Faster Method for check function.

and grep /\.zip\z/, @uploads could be grep /\.zip$/, @uploads for a savings of one, but now I think we're just splitting hairs =)