On Jun 23, 2005, at 2:10 PM, Andrew Green wrote:
> perl -e "print qq(Does (Perl (Match (Nested) Parenteses) Properly?)
> \n);"
>
> Seems to work fine!
Right on, but break it into lines like this:
qq( ( does
perl ( (nest
) parenthesis
properly? ) ) )
And paste it into a TM window with the language set to Perl.
Chris