if ($content =~ m%match (pattern)%g) { $firstVariable = $1 ; } #end if if ($content =~ m%match (pattern2)%g) { $secondVariable = $1 ; } #end if