![]() |
How to do comment in Perl?
Like other languages, Perl also provides comment facility in its code. There is single line and multi line comment.
For single line comment : use # before the line you want to comment. For multi line comment : use =begin and =cut statement before and after the lines respectively you want to comment. |
All times are GMT -7. The time now is 09:08 AM. |
Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.