Help for this page
perl -e "$helloWorld = '"hello world"'; print "$helloWorld"";
perl -e "$helloWorld = '\"hello world\"'; print "$helloWorld"";