while ( $html =~ m{]*>(.*?)}sgi ) { my $inside_div = $1; # process contents of $inside_div ... }