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 #
sign starts a comment that ends with the end of the line.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With