Home
Perl
Array
CGI
Class
Data Type
Database
File
GUI
Hash
Language Basics
Network
Regular Expression
Report
Statement
String
Subroutine
System Functions
Win32
XML
Menu
continue « Statement « Perl
Perl
Statement
continue
1.
The continue block gets executed just before the condition gets evaluated again
2.
Example using the continue block
3.
The continue block allows the while loop to act like a for loop