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.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|