Help for this page

Select Code to Download


  1. or download this
    perl -e "$helloWorld = '"hello world"'; print "$helloWorld"";
    
  2. or download this
    perl -e "$helloWorld = '\"hello world\"'; print "$helloWorld"";