$x = "

"; $y = '

 \;

'; $content =~ /$x(.*)$y/ and $content_out = $1; print $content_out;