my $coderef = sub{ return "Hello"; }; # Possible somehow to manipulate $coderef # here, to get back to the code itself?