use Acme::Echo 'after', src_fmt=>"Source of just-executed code:\n%s"; use strict; use warnings; print "hello world\n"; #### hello world Source of just-executed code: use strict; use warnings; print "hello world\n";