Help for this page
#!/usr/bin/perl ... print "matched with s modifier\n" if ($string =~ m{<TITLE>.*?RESULTADOS.*?</TITLE>}s);