local $/ = "
"; while ( ) { print $1 if /Title:(.*?)
/s; }