Content deleted Content added
m →Hash values: http→https for Google Books and Google News using AWB |
→Control structures: in "goto &sub", &sub was not intended to be an SGML entity reference |
||
Line 281:
Perl includes a <code>goto label</code> statement, but it is rarely used. Situations where a <code>goto</code> is called for in other languages don't occur as often in Perl, because of its breadth of flow control options.
There is also a <code>goto
==Subroutines==
|