- or download this
$html=$ua->request($req)->as_string;
$html =~ /<td class="ContenidoTitulo" colspan="3">Trucos de(.*)para(.
+*)<\/td>/;
...
$platform=$2;
$html =~ /<td class="ContenidoTexto" colspan="3"> CODIGOS<br>(.*)<\/t
+d>/;
$cheat=$1;
- or download this
$game=$1;
$platform=$2;
$cheat=$1;
- or download this
$game=$1;
$platform=$2;
$cheat=$1;