in reply to Re^2: Multi-line comments in perl code?
in thread Multi-line comments in perl code?
Ow. Would it be too much to ask that it accept any sequence of openingbrackets — e.g.
#<<<
#<{[
because I could easily see myself wanting to comment out blocks of code with unbalanced closing brackets of all four types (or, more to the point, a dynamic selection of closing bracket types). Having an unlimited variety of comment "identifiers" also facilitates arbitrarily nesting comments without artificial restrictions.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Multi-line comments in perl code?
by TheDamian (Vicar) on Jul 15, 2006 at 00:23 UTC | |
by PetaMem (Priest) on Jul 17, 2006 at 06:46 UTC | |
|
Re^4: Multi-line comments in perl code?
by marklark (Initiate) on Jul 14, 2006 at 22:46 UTC |