From: Father Chrysostomos Date: Mon, 16 Jan 2012 17:59:23 +0000 (-0800) Subject: overload.pm: Combine two loops X-Git-Tag: v5.15.7~107 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/4e1d8790c4dcb682f5b15a9f7f63e2daa0857836?hp=4e1d8790c4dcb682f5b15a9f7f63e2daa0857836 overload.pm: Combine two loops It should go faster if we only iterate through %arg once. ---