The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package Test18;

sub longmess_real { return "Heavy" }

delete $Test18::{longmess_jmp};
*longmess_jmp  = *longmess_real;

my $dummy = $&; # also test sawampersand

1;