On Oct 24, 2001 at 03:54 -0400, Heely, Paul took the soap box and proclaimed:
: I have used:
: 
: if(0) {
: BLOCK OF CODE
: }
: 
: or
: 
: =item comment
: 
: BLOCK OF CODE
: 
: =cut

You could also take advantage of here docs:

  print "foo\n";

  <<__COMMENT__;
    This is my block
    comment!
  __COMMENT__

  print "bar\n";

It's not pretty, but it does the job.

  Casey West

-- 
Shooting yourself in the foot with APL 
You hear a gunshot and there's a hole in your foot, but you don't
remember enough linear algebra to understand what happened. 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to