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
Loop « Regular Expression « Perl
Perl
Regular Expression
Loop
1.
Iterate over matches with foreach and $_ and nested foreach
2.
Iterate over matches with foreach and $_ and nested while loop
3.
Iterate over matches with while and $1
4.
Zero width loop
5.
A program that loops using a pattern.