Fecha actual 2026-03-07 05:40 @278
News of Avanzadosub getLinks
{
my @urls = @_;
my %hash;
$prefixurl= "http://www.vilaweb.cat/www/noticia?";
foreach my $url ( @urls )
{
#while ( $url =~ /href="(.+?)"/gi ) #funciona!
while ( $url =~ /href="$prefixurl"+?"/gi )
{
$hash
{ $1 } = 1 unless $1 =~ /#/;
}
}
%hash;
}my $ancho = $VENTANA{fuente} -> width( $_[1] );Mensajes totales 36895 • Temas totales 7436 • Usuarios totales 1983