Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Cgi-perl (http://siteownersforums.com/forumdisplay.php?f=13)
-   -   What is goto statement in Perl? (http://siteownersforums.com/showthread.php?t=358851)

Pavan Techn 06-01-2018 11:05 PM

What is goto statement in Perl?
 
The Perl goto statement is the jump statement. It transfers control by jumping to other label inside a loop.

There are three goto forms:

goto LABEL
goto EXPR
goto &NAME


All times are GMT -7. The time now is 06:48 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.