Mega Code Archive

 
Categories / Perl / String
 

$statement = qprint Hello

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