Mega Code Archive

 
Categories / Perl / String
 

$statement = qqprint Hello

$statement = qq/print "Hello.";/; eval $statement;