How do I comment a part of a single line in Perl, like the following line:
if($clevel==0){#never happends}
I would like to be able to comment that last closing bracket, without going to a new line.
|
|
The |
|||||||||
|
|
If it's really that important, use source filtering.
|
|||||||||||||||
|
|
Any reason you can't write :
as :
There are some tricks you can do to hide messages, such as:
But you're just going to make it more confusing if someone else has to maintain your code in the future. Working within the constraints of a language, rather than trying to force it to act like some language you're more familiar with often leads you to learn new things. I personally hate working in IDL, but some of the tricks for dealing with poor loop performance led me to optimize code I've since written in other languages. |
|||||||
|
|
A
To
Or from:
To:
|
|||||||||||
|