use warnings; use strict; use diagnostics; use Benchmark qw(cmpthese); callCmp (); sub callCmp { cmpthese (1, {bogus => cmpthese, bogus => cmpthese}); }