On Monday, February 27, Brian Duggan wrote: > I tried numerous variants with multis and signatures that match the > existing signatures, but didn't have any success.
Okay, looks like wrap does what I want:
use module;
&shell.wrap( sub (|args) { say 'bye' } );
hello;
Brian
