in reply to Giving subroutines access to themselves
sub foo { my @c = caller(0); no strict; *{ $c[3] } = sub { new_definition_for_foo...; }; } [download]
jdporter...porque es dificil estar guapo y blanco.