I normally can get away with some very simple handles.
I need some help with this one:
My current handle is as:
>sub Get
>{
my $self = shift;
my $attributes = shift;
my $startPattern = 'inq.js';
my $endPattern = 'bg_stripes';
my $url = $self->ComputeURL($attributes);
my $data = GetLinks($url,$startPattern,$endPattern);
return undef unless defined $data;
return $data;
>}
The result is:
�<a href="http://www.theinquirer.net/14050107.htm"
style="text-decoration:none"> Intel overclocks <br>Pentium 4 </a><br>
I need to get rid of the 'style="text-decoration:none" ' and also the
"<br>"
The html for the source is as:
===========
<font size="3">
<a href="14050107.htm" style="text-decoration:none"><b>
Intel overclocks <br>Pentium 4
</a></b></font><br>
=====================
I tried to copy the technic used by other handles, but could not get any
result. Please help.:)
Thanks
--
Nikol
If you would like to unsubscribe from this mailing list send an email to
[EMAIL PROTECTED] with the body "unsubscribe newsclipperlist
YOUR_EMAIL_ADDRESS" (without the quotes).