Help for this page
Select Code to Download
Select
or
download this
my @matches = /$re/g;
Select
or
download this
while( $line =~ /$re/g ) { say $1 // $2; }