Fecha actual 2024-11-24 04:16 @220
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 36880 • Temas totales 7428 • Usuarios totales 1981