*{'hello/world'} = sub { print shift, "\n"; }; &{'hello/world'}("Hello World!");