$text = "Example 1\nExample 2"; my ($a) = $text =~ //s; print "$a\n";