in reply to Dounds with "if" statement

Use the ternary operator:

$response = $resul =~ /xss/ ? "\a site vulneravel!!!" : "\a site nao v +ulneravel!!!"; print "$response\n\n";