Mega Code Archive

 
Categories / Perl / String
 

Interpolation with with double quote

$print = 10;         $line = "this is $print";