--On Wednesday, August 20, 2003 8:01 AM -0700 Jeff Westman <[EMAIL PROTECTED]> wrote:
As for qhat 'qq' does, it behaves like double quotes. As you pointed out, it CAN make your code harder to read (!) sincemany people are not accustomed to it. For me, '"' is more customary (with C/C++ or shell), so therefore, more readable. TO each their own :)
qq() can also make code easier to read. Compare
print qq{<p class="myclass">I like lithts," Tom lisped.</p>};
to
print "<p class=\"myclass\">\"I like lithts,\" Tom lisped.</p>";
(GD&R)
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]