Help for this page

Select Code to Download


  1. or download this
      eval qq{
        print qq{This string uses "double quotes"\n};
      }
    
  2. or download this
      eval "
        print \"this string uses \\\"double quotes\\\"\n\";
      "