Somebody please help me uderstand the deal with "qq". I have run tests on all three 
lines of code below and it turns out that #1 and #3 work but #2 does not. I am under 
the impression that "qq" acts as double quotes. So why doesn't #2 work isn't it the 
same as #1? NO COMPRENDE!!! Thanks, [EMAIL PROTECTED]


> 1.  print qq/I said "Help me!!".\n/;
>
> 2.  print "I said "Help me!!".\n";
>
> 3.  print "I said /"Help me!!/".\n";
>

Reply via email to