perl -e "$helloWorld = '"hello world"'; print "$helloWorld""; #### perl -e "$helloWorld = '\"hello world\"'; print "$helloWorld"";