That's because Perl lacks a means of commenting out a block of code like the
<!---
--->
construct in CF.
In Perl you comment out a line by prepending a # character to *each* line...
In CF it is harder to comment a single line and easier to comment a
block of code.
Dick
At 4:59 PM -0400 4/24/2000, st�s wrote:
>I was going through some PERL article, and a guy is using this technique to
>comment code out:
>
><cfif 0>
>
> some code
></cfif>
>
>
>It's pretty neat, because you can nest the comments easier.
>
>------------------------------------------------------------------------------
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message
to [EMAIL PROTECTED] with 'unsubscribe' in the body.