Fecha actual 2025-04-01 23:57 @039
sub 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 36892 • Temas totales 7434 • Usuarios totales 1981