Fecha actual 2024-12-28 20:08 @880
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 36890 • Temas totales 7432 • Usuarios totales 1981