.... #### $htmlData =~ /(.+?|[^.]*)<\/title>/i; print "Title found is: $1\n" if $1;
## $htmlData =~ /(.+?|[^.]*)<\/title>/i; print "Title found is: $1\n" if $1;