http://www.perlmonks.org?node_id=994713


in reply to Re: How can we interpolate an expression??
in thread How can we interpolate an expression??

Yes.. I can use single quotes and '.' to concatenate the results just as we do in Java..
say 'Result is :' . $num * $multipler;