in reply to Re^2: From string with variable Address to actual referencing that address? (core crypting problem)
in thread From string with variable Address to actual referencing that address? (core crypting problem)
my $old = \&DBI::connect; sub DBI::connect { print("@_\n"); goto &$old; }
|
|---|