Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Cgi-perl (http://siteownersforums.com/forumdisplay.php?f=13)
-   -   How to do comment in Perl? (http://siteownersforums.com/showthread.php?t=358852)

Pavan Techn 06-01-2018 11:06 PM

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.