Chris Devers [CD], on Wednesday, September 15, 2004 at 07:31 (-0400
(EDT)) wrote:

>> if ( $line =~ /href="([^")">2</ )
CD> Typo? That bracket is unbalanced. Try this:
CD>     if ( $line =~ /href="([^"]+)">2</ )

sorry, of course, it was :( I meaned:
if ( $line =~ /href="([^"]+)">2</ )
the same as you wrote, but I lost ']+' somewhere :)

-- 

 ...m8s, cu l8r, Brano.

[Don't meddle in the affairs of Wizards...]



-=x=-
Skontrolované antivírovým programom NOD32


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to