in reply to Is there a clever way to interpolate a method?
This should also work.
my $string = qq{start @{ [ $obj->middle() ] } end}; [download]
Cheers,
JohnGG