my $hashref = sub { return shift; }; print $hashref->(5),"\n"; print $hashref->(125),"\n";