in reply to Re: How Does Interpolation Work?
in thread How Does Interpolation Work?

Here you go:
sub yahoo() { return "Easy"; } print "${\yahoo()} does it!\n";
Never mind the odd sub naming convention, it is the result of too little sleep. :)
Cheers!